Mapty is a web application that allows you to track and record your workouts using an interactive map. Whether you're running or cycling, Mapty helps you keep a record of your exercise activities and visualize them on a map.
You can check out a live demo of Mapty here.
- Track running and cycling workouts.
- Record distance, duration, and additional details.
- Visualize workouts on an interactive map.
- Edit and delete workouts.
- Delete all workouts at once (if there are two or more).
- Responsive and user-friendly design (not for mobile ).
Follow these instructions to get a copy of the project up and running on your local machine.
Before you begin, ensure you have met the following requirements:
- Modern web browser (Chrome, Firefox, Edge, etc.).
- A code editor (e.g., Visual Studio Code).
-
Clone the repository:
git clone https://github.com/devoloper-rakib/mapty-Map-your-workouts
-
Open the project folder in your code editor. cd mapty
-
Open index.html in your web browser to run the application.
- Open the application in your web browser.
- Click on the map to add a new workout.
- Fill in the workout details such as type, distance, and duration.
- Click the "Enter" button to save/update the workout.
- Your workout will appear on the map and in the list on the left.
Contributions are what make the open-source community such an amazing place to be 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.
Please make sure to update tests as appropriate 😎.
```Happy mapping your workouts with Mapty! If you have any questions or suggestions, feel free to open an issue.