This website is built to uplift the underrepresented students by providing jobs to students having relevant skills. The recruiters can find the perfect match for their company and also the job-seekers can find their job without any bias.
React, HTML, CSS, Bootstrap
Before setting up the project make sure you have an IDE.
-
Fork the repository. (Click Top Right in this Page)
-
Clone the repository which you have forked.
https://github.com/<YOUR_GITHUB_USERNAME>/hacky-hackers.git
- Go into web directory containing the frontend of the project.
cd hacky-hackers
- Make sure you have Node.js Installed and run the below command. This command will install required packages (node_modules) from Package.json
npm install
- Start the Application by using below command.
npm start