This is a gym application that allows easily inviting clients to join the gym. It provides an intuitive and attractive interface for users to register and access the gym's services.
- React
- TypeScript
- TailwindCSS
- Framer Motion
- Hero Icons
- Vite
You can access the project deployed online at link to project.
Alternatively, you can test the project by following these steps:
- Clone this repository on your local machine.
- Install dependencies and run the project using Yarn with the command
yarn && yarn dev
- Open your web browser and visit http://localhost:5173 to see the application in action.
Remember that if you want to use npm instead of Yarn, simply replace the yarn commands with npm in the above steps.