Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


ArmorElite Logo


ArmorElite Logo

# 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.git

2. Install Dependencies
cd ArmorElite-Gym-App/client
npm install
cd ArmorElite-Gym-App/server
npm install

3. Run the project
Client: npm start
Server: npm start