This project is the frontend of an online gymming service, built with React, TypeScript, and Tailwind CSS. The setup utilizes Vite for fast development and build processes.
You can visit the live application here.
- Responsive Design: Built with Tailwind CSS to ensure the UI is responsive and visually appealing across different devices.
- Type Safety: Utilizes TypeScript for better code quality and maintainability.
- Fast Development: Vite is used for fast Hot Module Replacement (HMR) and build processes.
- Component-Based Architecture: Developed using React to ensure a modular and maintainable codebase.
-
Clone the repository:
git clone https://github.com/Ariyamandebnath/EvoGym cd EvoGym
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
After starting the development server, you can access the application at http://localhost:3000.
You can also visit the live application here.