Job Application tracking application build with React.js and Redux-Toolkit
https://tomper-jobs.netlify.app (cloud-based)
tj.varuntiwari.com (self-hosted)
This is the frontend Tomper-Jobs, build with React.js and Redux-Toolkit, and hosted with Netlify
TopperJobs is a job application tracking application that keeps track of the jobs you've applied for.
- User authentication.
- Added, update or remove applications.
- Search jobs by its
name
,type
,status
etc. - Responsive for all screen sizes.
-
Clone the repo to your local machine.
-
Install the required dependency using :
npm install
-
Start the react development server using:
npm start
-
Create a production build react app using the command :
npm run build
(If you liked the project, give it star 😃)