A modern, responsive website for Shape Up Fitness, a premier fitness center in Akure, Nigeria. Built with React, TypeScript, and Tailwind CSS. Visit the live site at shapeupfitnessonline.com.
- React
- TypeScript
- Tailwind CSS
- Vite
- Framer Motion
- React Router
-
Fork the repository
-
Clone your fork:
git clone https://github.com/your-username/project-suf.git
cd project-suf- Install dependencies:
npm install- Start the development server:
npm run dev- Build for production:
npm run buildsrc/
├── components/ # Reusable UI components
├── context/ # React context providers
├── pages/ # Page components
├── styles/ # Global styles
└── types/ # TypeScript type definitions
