You can check the app here
Calendar-App is a cooperative calendar application that can be used by teams.
It is a personal project done to practice my skills working with React, Redux, MongoDB, as well as to practice my deployments.
Feel free to clone the repository and modify it at your pleasure.
Check the back-end documentation
- Node: any 12.x
- NPM: See npm website for installation instructions.
- Clone the repository in your local machine.
- Go to the repository folder in your terminal.
- run
npm i
to install the npm dependencies.
- Run
npm start
to start the server. - Go to
http://localhost:3000
to open the web app in your favorite browser.
- Registration and login.
- Add an event.
- Update an event.
- Delete an event.
- Users can see the calendar by month, week, day or agenda.
- HTML5
- CSS
- React
- React-Modal
- Redux
- NodeJS
- Express
- JWT
- MongoDB
MIT License