Skip to content

HubGenixx/BangTigada

Repository files navigation

MacroDawn

MacroDawn is a modern web application for fitness enthusiasts looking to explore different exercises for different muscle groups, as part of the cloud-native napptive

Throughout this project, we utilized a variety of tools and technologies, including ReactJS, MUI, Rapid API for development, And Docker, Github automations for uploading Docker images, NAPPTIVE for deployment.

Run this project locally:

  1. Clone the repository
git clone https://github.com/HubGenixx/BangTigada
  1. Change directory
cd BangTigada
  1. Install dependencies
npm install --legacy-peer-deps
  1. Run project
npm start

Run using Docker image:

  1. Clone the repository
git clone https://github.com/HubGenixx/BangTigada
  1. Build the Docker image
docker build -t macrodawn .
  1. Run the Docker container locally
docker run -d --name marcodawncon macrodawn

Open http://localhost:3000 to view it in your browser. The page will reload when you make changes. You may also see any lint errors in the console.

NOTE: Make sure to get your own api-key from Rapid api documentation given below and paste it in ./src/utils/fetchData.js

This project uses Rapid API. Visit ExerciseDB API Documentation to know more.

Deployment chart

image

MIT License

Copyright (c) 2023 BangTidaga

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

For Cloud-Native Naptive Hackathon

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published