Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.41 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.41 KB

Online Gymming Service - Frontend

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.

Table of Contents

Features

  • 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.

Installation

  1. Clone the repository:

    git clone https://github.com/Ariyamandebnath/EvoGym
    cd EvoGym
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev

Usage

After starting the development server, you can access the application at http://localhost:3000.

You can also visit the live application here.