Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kasinadhsarma authored Aug 9, 2024
1 parent ae962fe commit 8c3a2fd
Show file tree
Hide file tree
Showing 53 changed files with 19 additions and 3,126 deletions.
45 changes: 0 additions & 45 deletions backend/blockchain/contracts/JobCity.sol

This file was deleted.

25 changes: 0 additions & 25 deletions backend/blockchain/main.py

This file was deleted.

21 changes: 0 additions & 21 deletions backend/blockchain/scripts/deploy.js

This file was deleted.

18 changes: 0 additions & 18 deletions models/Task.js

This file was deleted.

20 changes: 0 additions & 20 deletions models/User.js

This file was deleted.

19 changes: 19 additions & 0 deletions pages/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import React from 'react';

const HomePage = () => {
return (
<div className="container mx-auto px-4 py-8">
<h1 className="text-4xl font-bold mb-4">Welcome to Job-City</h1>
<p className="text-xl mb-4">Your gateway to educational excellence and career growth.</p>
<ul className="list-disc list-inside">
<li>Aptitude Reasoning</li>
<li>Examination System</li>
<li>Coding Modules</li>
<li>AI Research</li>
<li>AI Security</li>
</ul>
</div>
);
};

export default HomePage;
61 changes: 0 additions & 61 deletions src/app/aptitude.js

This file was deleted.

146 changes: 0 additions & 146 deletions src/app/examination.js

This file was deleted.

Loading

0 comments on commit 8c3a2fd

Please sign in to comment.