A fitness tracking app to help along the way of getting that beach bod we all want 💪
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
PEFS.webm
- React
- Redux
- MongoDB
- Node.js
- Express.js
- TailwindCSS
- DaisyUI
- Chartsjs
To get a local copy up and running follow these simple example steps.
- Make a free account with MongoDB and create an empty database.
- Clone the repo
git clone https://github.com/FitzHawke/PEFS.git
- Install NPM packages in root directory and frontend
npm install cd frontend npm install
- Back to root and copy or rename
.env.example
to.env
cd .. cp .env.example .env
- Fill out .env with your mongoDB URI
- Start the dev server from the root directory
npm run dev
- Build the frontend
npm run build
- Change the
NODE_ENV
in .env to production. - Run the server from the root directory
npm run start
- Switch Auth over to using passport
- Add biking tracking
- Implement edit functionality
- Graphs for each dashboard type
- Add demo user
- Graphs for each type on main dashboard
- Add Strength workout tracking
- Add Weight tracking
- Settings Page to specify theme and units
- Re-implement components to reduce code duplication
- Utilize optimistic rendering to reduce api calls
- Implement caching to reduce database calls
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.md
for more information.
Project Link: https://github.com/FitzHawke/PEFS