The goal of this exercise is to create a demo calendar application using React and Redux.
Try the production application at Vercel hosting! 🗓️
- Ability to add "reminders" (max. 30 characters) for a day, time, and city specified by the user.
- Ability to edit reminders, including changing text, day, time, and city.
- Ability to access the OpenWeather service and get the weather forecast (e.g. Rain) for the date of the calendar reminder based on the city.
Progressive Web Application (PWA) support.
PNG images optimized with optipng(1)
.
By GitHub integration with Vercel.
npm install
npm start
npm build
npm test