Skip to content

geraldobraz/react-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React Calendar

React Badge

A calendar created using react, with the new version 16 features and typescript

🚀 Getting Started

📥 Installing dependencies

Run:

cd frontend
yarn

🔩 External APIs

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>

🏎 Running application

Go to the frontend folder and run the following command to start the web application

yarn start

🔬 Running tests

To run the tests go to the frontend folder and run the following command

yarn test

📷 Screenshots

🛠 Built With

🎖 Author

📝 License

This project is licensed under the MIT License - see the LICENSE.md file for details

Icons made by Freepik from www.flaticon.com

Releases

No releases published

Packages

No packages published

Languages