Skip to content

MissyM/jobsity-challenge

Repository files navigation

jobsity-challenge

This repository contains a calendar with reminders. Requeriments: PDF.

Tasks

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

  1. Clone the project
  2. Install package.json file dependencies
  3. Write yarn star in the console. See the calendar in http://localhost:3000/

About

This is a challenge about create a calendar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors