Strong App is a web application designed to help users create, manage, and customize gym routines. It provides a seamless experience for organizing exercises and tracking fitness progress.
- Full CRUD operations for routines:
- Create new routines tailored to fitness goals.
- Read detailed information about existing routines.
- Update routines to adapt to changing goals or preferences.
- Delete routines when no longer needed.
- Integration with an external API for an extensive list of exercises.
- API Gateway to manage communication between the front end and external API.
- React.js: For building an interactive and dynamic user interface.
- Node.js with Express.js: For handling server-side logic and APIs.
- External Exercise API: Provides a comprehensive list of exercises to enhance the app’s functionality.
- API Gateway: Ensures efficient communication and data handling between the front end, backend, and external API.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
- Node.js installed on your system.
- npm or yarn package manager.
This project is licensed under the MIT License. See the LICENSE
file for details.
For questions or feedback, feel free to reach out:
- Name: Axel Mendez Miranda
- Email: axelmendez1234@gmail.com
- GitHub: https://github.com/axelme28
- External Exercise API for providing an extensive list of exercises.
- Open-source libraries and tools that made this project possible.