An open API service indexing awesome lists of open source software.

https://github.com/ionut-cora/react-gym

A single-page gym landing website developed in React JS with styling via React Bootstrap and animations powered by Framer Motion.
https://github.com/ionut-cora/react-gym

bootstrap framer-motion javascript react web-development

Last synced: 5 months ago
JSON representation

A single-page gym landing website developed in React JS with styling via React Bootstrap and animations powered by Framer Motion.

Awesome Lists containing this project

README

          

# Power GYM

## Description
A single-page gym landing website developed in [React JS](https://react.dev/) with styling via [React Bootstrap](https://react-bootstrap.netlify.app/) and animations powered by [Framer Motion](https://www.framer.com/motion/). It features over 10 custom, interactive components including a navigation bar, buttons, and animated sections. This project is focused on high-performance UI interactions, clean visual transitions, and responsive component-based development.

## Visit website: https://ionut-cora.github.io/react-gym/

## For this website I used:
- [React JS](https://react.dev/) - JavaScript library
- [React Bootstrap](https://react-bootstrap.netlify.app/) - Front-End Framework for React
- [Framer Motion](https://www.framer.com/motion/) - Animation library for React.
- [Unsplash](https://unsplash.com/) - Free images
- [Google Fonts](https://fonts.google.com/) - Roboto and Archivo fonts

## Components
- `Navbar`
- `Custom Button`
- `Footer`

## Features
- Smooth animations with Framer Motion
- Clean UI and responsive layout
- Interactive navigation and call-to-actions

react gym website

## Installation
```bash
git clone https://github.com/Ionut-Cora/react-gym
cd react-gym
npm install
npm start
```
[http://localhost:3000](http://localhost:3000) - open in your browser to see the project

By [Ionut Cora](https://www.ionutcora.com/)