Skip to content

sonpablo/calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calendar

This project was bootstrapped with Create React App & made with ♥

Description

This simple calendar allows you to create and manage Events on dates.

I have used

  • Context & Reducer api to manage global state of calendar & events.
  • Custom hooks
  • Intl js api to manage dates & days
  • uuid to manege unique identifiers
  • localStorage to store events data.

You can:

  • Navigate through the calendar & see events (if there are any).
  • Create & delete Events

How to run

  1. Clone repository
  2. Run npm install command.
  3. Run npm start command.
  4. Enjoy! ;)

About

Calendar to manage events. Made with React & ♥

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published