... | @@ -19,7 +19,7 @@ You should start by rendering a single month view of a calendar for the current |
... | @@ -19,7 +19,7 @@ You should start by rendering a single month view of a calendar for the current |
|
## Mandatory features
|
|
## Mandatory features
|
|
- Ability to add "*reminders*" (max. 30 characters) for a day and time specified by the user. Also, include a city.
|
|
- Ability to add "*reminders*" (max. 30 characters) for a day and time specified by the user. Also, include a city.
|
|
- Ability to edit reminders - including changing text, city, day and time.
|
|
- Ability to edit reminders - including changing text, city, day and time.
|
|
- Add a weather service call from [OpenWeather](https://openweathermap.org/forecast16) and get the weather forecast (e.g. Rain) for the date of the calendar reminder based on the city.
|
|
- Add a weather service call from [MetaWeather](https://www.metaweather.com/) and get the weather forecast (e.g. Rain) for the date of the calendar reminder based on the city.
|
|
|
|
|
|
## Bonus (Optional)
|
|
## Bonus (Optional)
|
|
|
|
|
... | @@ -44,4 +44,4 @@ You should start by rendering a single month view of a calendar for the current |
... | @@ -44,4 +44,4 @@ You should start by rendering a single month view of a calendar for the current |
|
|
|
|
|
- Run `npm install` | `yarn install` to install all dependencies.
|
|
- Run `npm install` | `yarn install` to install all dependencies.
|
|
- Run `npm start` | `yarn run` to run the app locally.
|
|
- Run `npm start` | `yarn run` to run the app locally.
|
|
- You can find the project running on `localhost:3000`. |
|
- You can find the project running on `localhost:3000`. |
|
|
|
\ No newline at end of file |