Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 925 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 925 Bytes

Quick start

  1. Make sure that you have Node.js v8.15.1 and npm v5 or above installed.
  2. Clone this repo using git clone https://github.com/DevFoncy/calendary.git <YOUR_PROJECT_NAME>
  3. Move to the appropriate directory: cd <YOUR_PROJECT_NAME>.
  4. Run npm run setup in order to install dependencies and clean the git repo.
  5. At this point you can run npm run start to see the calendary app at http://localhost:3000

Tools

  1. Antd Design
  2. Redux Pattern : Sagas
  3. React-boilerplate

Features

  1. You can see the calendar with the days of the current month
  2. You can add, edit , remove reminder ( only one per day)
  3. When you add a reminder in the top you can see the weather information about the city selected
  4. When you create a reminder you can select the color, city, hour and the reminder is display with the color selected
  5. The way to get data from the API is using Sagas