This project is a work-in-progress gym slot reservation system that leverages modern technologies to provide a seamless booking experience.
- React: Frontend framework for building the user interface.
- AppWrite: Backend server for managing authentication, database, and storage.
- AI Chatbot: Integrated chatbot using TensorFlow and the Gemini free model for user interaction and support.
- User authentication and profile management.
- Real-time slot availability and booking.
- AI-powered chatbot for assistance and queries.
- Clone the repository:
git clone https://github.com/yourusername/appwrite-project.git
- Navigate to the project directory:
cd appwrite-project
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and navigate to
http://localhost:3000
.
Contributions are welcome! Please open an issue or submit a pull request.