Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 577 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 577 Bytes

This web app allows adding/editing/removing reminders. It allows changing the calendar months and there is a blue dot next to the days that there are reminders added, so you can click on a day to check the reminders of that day.

img

How to run the project

  1. Run npm i to install dependencies
  2. Add following configurations variables .env file REACT_APP_API: the api url REACT_APP_TOKEN: your user api token
  3. Run npm start
  4. Open in the browser http://localhost:3000