This repository contains a calendar with reminders. Requeriments: PDF.
- Create calendar view.
- Add a new "reminder" (max 30 chars) for a user-entered day and time. Also, include a city.
- Allow the user to select color when creating a reminder and display it appropriately.
- Display reminders on the calendar view in the correct time order.
- Ability to edit reminders – including changing text, city, day, time, and color.
- Add a weather service call from a free API such as Open Weather Map and get the weather forecast (ex. Rain) for the date of the calendar reminder based on the city.
- Properly handle overflow when multiple reminders appear on the same date.
- Functionality to delete one or ALL the reminders for a specific day
- Add validation to location field
The address of this project is: https://jobsity-challenge.vercel.app/
Run this code in dev mode like any React project:
- Clone the project
- Install
package.jsonfile dependencies - Write
yarn starin the console. See the calendar in http://localhost:3000/