Welcome to the Calendar Schedule App! This project consists of both the frontend and backend components for managing schedules and events.
The Calendar Schedule App provides users with a convenient way to manage their schedules and events. The backend API is built with Flask, allowing users to perform CRUD operations on events, while the frontend is developed with React, providing an intuitive user interface for interacting with the schedule data.
This repository contains two main folders:
- client: Contains the frontend codebase built with React, TypeScript, and Vite.
- server: Contains the backend codebase built with Flask, Flask-RESTful, and SQLAlchemy.
Please refer to the respective README.md files in the client
and server
directories for more detailed instructions on setting up and running each part of the project.
A live demo of the Calendar Schedule App is available at Live Demo URL.
Please refer to the README.md files in the client
and server
directories for installation and usage instructions for each component.
Contributions are welcome! If you would like to contribute to this project, please fork the repository, make your changes, and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.