- Make sure that you have Node.js v8.15.1 and npm v5 or above installed.
- Clone this repo using
git clone https://github.com/DevFoncy/calendary.git <YOUR_PROJECT_NAME>
- Move to the appropriate directory:
cd <YOUR_PROJECT_NAME>
. - Run
npm run setup
in order to install dependencies and clean the git repo. - At this point you can run
npm run start
to see the calendary app athttp://localhost:3000
- Antd Design
- Redux Pattern : Sagas
- React-boilerplate
- You can see the calendar with the days of the current month
- You can add, edit , remove reminder ( only one per day)
- When you add a reminder in the top you can see the weather information about the city selected
- When you create a reminder you can select the color, city, hour and the reminder is display with the color selected
- The way to get data from the API is using Sagas