A calendar created using react, with the new version 16 features and typescript
Run:
cd frontend
yarn
We are using a external API to fetch the weather forecast on reminders. We are using the Open Weather, to properly use this api you must follow the steps below:
- Create a
.env
file in the same directory of.env.example
. - Copy the content inside
.env.example
in the.env
file. - Now you must create an account on Open Weather site, so with that you will be able to create keys to use to fetch data.
- Paste your key in the
REACT_APP_WEATHER_API_KEY
property in the.env
file:
REACT_APP_WEATHER_API_KEY=<YOUR_KEY>
Go to the frontend folder and run the following command to start the web application
yarn start
To run the tests go to the frontend folder and run the following command
yarn test
- Geraldo Braz - Initial work - @geraldobraz
This project is licensed under the MIT License - see the LICENSE.md file for details
Icons made by Freepik from www.flaticon.com