Link to Project: https://career-clutch.netlify.app/
CareerClutch is a hitlisting application that allows users to keep track of companies that they are looking to apply to during their job hunt.
- React
- CSS + Tailwind
- JSON Server (to simulate a REST API)
- enter a company, job title, and location for each hitlist item
- filter entered companies by company name
- delete a company from their hitlist if they wish to do so
- allow users to update existing companies
- allow users to enter link to job description
- prevent a user from saving a company if they do not enter all fields
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
- Clone the Repository
- cd into the project folder (if necessary)
- npm install
(for front-end)
- npm run dev
- navigate to http://localhost:5173/
(for back-end)
- npm run server
- navigate to http://localhost:3001/companies (optional, but can see the companies here)