Skip to content

Latest commit

 

History

History
69 lines (51 loc) · 1.87 KB

README.md

File metadata and controls

69 lines (51 loc) · 1.87 KB

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

🧾 Description

TopperJobs is a job application tracking application that keeps track of the jobs you've applied for.

✨ Features

  • User authentication.
  • Added, update or remove applications.
  • Search jobs by its name, type, status etc.
  • Responsive for all screen sizes.

⚙ Tools and Technologies used

  1. React.js
  2. React-icons
  3. Styled-Components
  4. Redux-Toolkit

🛠 Installation and setup

  1. Clone the repo to your local machine.

  2. Install the required dependency using :

    npm install
  3. Start the react development server using:

    npm start

🏎 Creating production built

  1. Create a production build react app using the command :

    npm run build



(If you liked the project, give it star 😃)