Welcome to the EVOGYM website repository! This project is a comprehensive gym management platform built with React and TypeScript.
- Home Page: Overview of the gym with promotional content.
- About Page: Information about the gym's history and mission.
- Programs Page: Details about various fitness programs offered.
- Contact Page: Contact information and a form for inquiries.
- Frontend: React, TypeScript, Tailwind CSS
- Build Tool: Vite
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/Sbiswas001/gym-website.git
-
Navigate to the project directory:
cd gym-website
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
The website is deployed using GitHub Pages. You can view the live site here.
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
This project is licensed under the MIT License.
For any inquiries or suggestions, please open an issue on the repository.