Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hemantdutta/armorelite-gym-app
Full-Stack Gym Application Project. Sign-up/Login, Create workouts, Search from a vast library of exercises and add them to your workouts.
https://github.com/hemantdutta/armorelite-gym-app
fullstack nodejs project reactjs supabase
Last synced: about 3 hours ago
JSON representation
Full-Stack Gym Application Project. Sign-up/Login, Create workouts, Search from a vast library of exercises and add them to your workouts.
- Host: GitHub
- URL: https://github.com/hemantdutta/armorelite-gym-app
- Owner: HemantDutta
- Created: 2023-04-03T17:34:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-03T11:59:46.000Z (about 1 year ago)
- Last Synced: 2023-10-03T21:24:16.011Z (about 1 year ago)
- Topics: fullstack, nodejs, project, reactjs, supabase
- Language: JavaScript
- Homepage: https://armorelite.netlify.app/
- Size: 60.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ArmorElite
ArmorElite is an online gym web application that empowers users to sign up, log in, create customized workouts, search from a vast selection of exercises, and seamlessly add them to their workout routines.
## Technologies Used
- HTML
- CSS
- React.js
- JavaScript
- Node.js
- Express.js
- GreenSock.js
- Supabase## Features
- **User Authentication**: Securely sign up and log in to your ArmorElite account.
- **Workout Creation**: Create personalized workout routines tailored to your fitness goals.
- **Exercise Library**: Access an extensive collection of exercises for your workouts.
- **Workout Builder**: Easily add exercises to your workouts, customize sets, reps, and more.
- **Responsive Design**: Enjoy a seamless experience on both desktop and mobile devices.## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/HemantDutta/ArmorElite-Gym-App.git2. Install Dependencies
cd ArmorElite-Gym-App/client
npm install
cd ArmorElite-Gym-App/server
npm install3. Run the project
Client: npm start
Server: npm start