This project was bootstrapped with Create React App & made with ♥
This simple calendar allows you to create and manage Events on dates.
- 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.
- Navigate through the calendar & see events (if there are any).
- Create & delete Events
- Clone repository
- Run
npm installcommand. - Run
npm startcommand. - Enjoy! ;)