This is a Calendar app developed using React with Typescript, where a user can schedule events
Clone the project to your local machine.
Node
NPM
This project contains React 18 and some libraries were not updated to be fully compatible yet. Use npm --force in order to install dependencies.
npm i --force
Now you can start the app by using one of this three commands
npm start
- Leandro Támola