Technologies Getting Started Collaborators Contribute
FitTracker is a fitness management app designed to help trainers track and manage their clients' exercises and progress. This repository contains the frontend code for the FitTracker app, which interacts with our backend services to provide a dynamic and responsive user experience.
- JavaScript
- React.js
- Vite as the build tool
- React Router
- React Context
- Node.js
- Bootstrap
- Axios for HTTP requests
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need to have Node.js and npm installed on your machine. This project was built using Node.js
- Clone the repository:
git clone https://github.com/LuieTech/FitTracker-client.git
<h3>Starting</h3>
How to start your project
```bash
cd FitTracker-client
npm install
npm run dev
After starting the development server, the FitTracker frontend will be available at http://localhost:5173/. You can create, update, and manage client data through the web interface.
The backend for this project can be found here: https://github.com/LuieTech/FitTracker-server
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- 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