Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nishitbaria/workitout
WorkItOut Project For MLH Hackathon
https://github.com/nishitbaria/workitout
mlh-hackathon react
Last synced: 16 days ago
JSON representation
WorkItOut Project For MLH Hackathon
- Host: GitHub
- URL: https://github.com/nishitbaria/workitout
- Owner: Nishitbaria
- Created: 2023-04-15T08:47:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-02T10:13:54.000Z (about 1 year ago)
- Last Synced: 2024-10-10T19:30:03.485Z (about 1 month ago)
- Topics: mlh-hackathon, react
- Language: JavaScript
- Homepage: https://workitout3.netlify.app/
- Size: 3.09 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Workitout
WorkItOut Project For MLH Hackathon
## Description
The WorkItOut project was inspired by the desire to make fitness more accessible to everyone. It aims to help people overcome common obstacles to exercise, such as a lack of knowledge or access to equipment, by providing a comprehensive fitness app.
## Tech Stack
WorkItOut was built using the following technologies:
- Frontend: React Native
- Backend: Node.js
- API Integration: YouTube's API
- Machine Learning: Personalized exercise recommendations## Get Started
To get started with WorkItOut, follow these steps:
1. Clone the repository: `git clone https://github.com/Nishitbaria/Workitout.git`
2. Navigate to the project folder: `cd Workitout`
3. Install dependencies: `npm install`
4. Start the React Native app: `npm start`
5. Start the Node.js backend: `npm run dev`Now, you can access the WorkItOut fitness app on your device and begin your fitness journey!
## Challenges Faced
One of the biggest challenges we faced during the development of WorkItOut was sourcing high-quality video content. We wanted to ensure that the videos featured in the app were both informative and engaging, which required extensive research and curation. Additionally, developing accurate and reliable machine learning algorithms to provide users with relevant exercise suggestions posed a significant challenge.
## Accomplishments
We are proud of the following accomplishments in the WorkItOut project:
- A comprehensive exercise database.
- Curated video content.
- A personalized recommendations feature, setting us apart from other fitness apps.## Lessons Learned
Working on WorkItOut provided us with valuable insights into the fitness industry and the challenges associated with creating a comprehensive fitness app. We also gained experience with React Native, Node.js, and machine learning, which will be valuable for future projects.