This project was developed with React JS 18.2.0, Redux, and React Big Calendar. It registers events in a calendar with a title, start date, end date, and some notes. It uses the following Endpoints Node Calendar Backend.
You can view how this project is without download it on Vercel
- Clone the repository.
- Run yarnto install dependencies.
- Rename the .env.template file to .env
- Assign environment variables in the .env file.
- Run yarn devto init a dev server.
- Navigate to http://localhost:5173/on a Browser.
- The appication will automatically reload if you change any of the source files.