Front-end application for company and job search platform built with React
Full application deployed at: https://jobibly.surge.sh/
Front-end repository: https://github.com/nico-martinucci/express-jobly
- Fully single-page application
- User registration/auhtentication
- Dynamic company and job listings with search functionality
- Ability for authenticated users to "apply" to jobs
- Install dependencies:
$ npm i
- Add environemnt variable:
$ REACT_APP_BASE_URL=https://jobibly.onrender.com/
- Run the application:
$ npm start
- React.js, Axios, Material UI
- Add more robust
- Write tests