Calendar App is a React-Vite Calendar To-Do Event project, using Calendar, select any day of the month of the year, and set the clock hour for the day to remember the event, also event can be changed and edited with delete options and deploy on Vercel.
Note: To check this web app live, click here: https://calendar-arnob.vercel.app/
Before you launch this web application, please make sure to install all required dependencies, which are listed in the package.json file.
To install all dependencies, run this command from your project folder: npm install
Make sure you have NodeJS installed on your machine first, The installation instructions are here: https://nodejs.org/en/
Run your project: npm run dev
Run on your browser Local: http://localhost:5173/
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh