Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 769 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 769 Bytes

Interview assignment project

The app is deployed on github pages where you can test it out.

Design for the application was created in figma. Link to the design file here.

To run the app locally:

  1. Clone the repository
  2. Run npm install to install all packages needed to run the app
  3. Run npm start

for more information read react.md

Technologies

  • React
  • TypeScript

Packages

  • Material UI
  • Axios
  • Moment
  • React Router DOM
  • Recoil for state managment

Other

  • ESlint
  • Stylelint
  • Prettier
  • VS Code