- Inspired by job application web apps like LinkedIn or Angel List.
- This project is a part of Rithm School's curriculum. It was done in collaboration with my partner Nathan Cuenca.
In the project directory, you can run:
npm i
to install all package and package dependencies
- Users can do the following:
-
Login, signup, edit profile
-
Search for a job or company
-
Apply for a job
-
Find out more details about a job or company
-
Apply for a job (by clicking on the apply button, which will add this job to the user's applied jobs in the db)
-
Obtain details about a job or company
-
- Authentication with JSON Web Tokens.
- API calls are made to the Jobly backend.