- clone this repo
- npm install
- npm start
I hardcoded the API calls to a previously deployed Node/Express backend with sample data, so once you register/login, you should be able to navigate all of the mock companies and jobs.
- Users can register/login
- Users can view a list of jobs or companies
- Users can search for jobs or companies
- Users can view/edit their profile information
- Users can apply for jobs with the click of a button
- React
- Axios
- Formik
- Node/Express
- PostgreSQL
- JWT
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.