Skip to content

Latest commit

 

History

History
73 lines (48 loc) · 2.04 KB

README.md

File metadata and controls

73 lines (48 loc) · 2.04 KB

React Challenge

The goal of this exercise is to create a demo calendar application using React and Redux.

React challenge logo

Try the production application at Vercel hosting! 🗓️

Desktop demonstration

Desktop video demonstration

Mobile demonstration

Mobile video demonstration

Features

  • 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.

Bonus feature

Progressive Web Application (PWA) support.

Progressive Web Application (PWA) logo

Image optimization

PNG images optimized with optipng(1).

CI/CD

By GitHub integration with Vercel.

Project setup

npm install

Development

npm start

Production

npm build

Tests

npm test