Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 683 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 683 Bytes

Jobly

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

Features

  • Fully single-page application
  • User registration/auhtentication
  • Dynamic company and job listings with search functionality
  • Ability for authenticated users to "apply" to jobs

Setting it up

  1. Install dependencies:
$ npm i
  1. Add environemnt variable:
$ REACT_APP_BASE_URL=https://jobibly.onrender.com/
  1. Run the application:
$ npm start

Tech

  • React.js, Axios, Material UI

// TODO

  • Add more robust
  • Write tests