Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daltonmcphaden/climbing-tracker
An app for rock climbing enthusiasts perfect for tracking your climbing sessions and adventures.
https://github.com/daltonmcphaden/climbing-tracker
Last synced: 19 days ago
JSON representation
An app for rock climbing enthusiasts perfect for tracking your climbing sessions and adventures.
- Host: GitHub
- URL: https://github.com/daltonmcphaden/climbing-tracker
- Owner: daltonmcphaden
- Created: 2023-04-07T14:04:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-13T19:10:44.000Z (12 months ago)
- Last Synced: 2024-01-14T04:54:48.255Z (12 months ago)
- Language: TypeScript
- Homepage: https://climbing-buddy.vercel.app
- Size: 8.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Climbing Buddy
Welcome to "Climbing Buddy", the interactive app for rock climbing enthusiasts, part of the "climbing-tracker" repository. Developed using React and Firebase, this app is perfect for tracking your climbing sessions and adventures.
## Features
- **Session Creation**: Organize your climbing sessions and invite friends.
- **Climb Addition**: Add and detail each climb in your session.
- **Attribute Recording**: Log attributes like difficulty, routes, and notes.
- **Ratings System**: Rate each climb based on your experience.
- **Location Tracking**: Record climb locations for easy revisits and recommendations.## Tech Stack
- **React**: For a responsive and interactive user interface.
- **Material-UI**: For a clean and modern design.
- **Firebase**: For backend services, real-time data handling, and authentication.## Getting Started
### Prerequisites
- Node.js
- npm or Yarn### Installation
1. Clone the repository:
```bash
git clone https://github.com/your-username/climbing-tracker.git
```2. Navigate to the project directory:
```bash
cd climbing-tracker
```3. Install dependencies:
```bash
npm install
```4. Start the development server:
```bash
npm start
```## Contributing
Contributions are welcome and greatly appreciated.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
This project is licensed under the MIT License - see the `LICENSE` file for details.