Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morshed33/sportzy-client
https://github.com/morshed33/sportzy-client
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/morshed33/sportzy-client
- Owner: morshed33
- Created: 2024-09-27T14:02:11.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-28T10:29:07.000Z (3 months ago)
- Last Synced: 2024-10-27T11:13:25.399Z (about 2 months ago)
- Language: TypeScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sportzy
## Introduction
Sportzy is a sports facility management service that allows users to book and manage sports facilities. It has separate dashboard for users and admins to manage their facilities.
## Features
- Users can book and manage sports facilities.
- Admins can manage users and facilities.
- Admins can manage sports facilities.## Technologies
- React
- Tailwind CSS
- Vite
- Typescript## Installation
1. Clone the repository
2. Install dependencies
3. Run the application```bash
git clone https://github.com/morshed33/sportzy-client.git
cd sportzy-client
npm install
npm run dev
```## Usage
### Users
Users can book and manage sports facilities. They can view the list of facilities, view details of a facility, and book a facility.
### Admins
Admins can manage users and facilities. They can view the list of users and facilities, view details of a user and facility, and manage users and facilities.
## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.