Cerebro is an Electron-based application designed to help you manage your workouts, events, reminders, and achievements. The application features a sleek and modern interface with various functionalities to track and visualize your progress.
- Features
- Installation
- Contributing
- Workout Tracking: Log and visualize your workout data.
- Achievements: Track your achievements and progress.
- Skill Map: Visualize your skills and improvements over time.
To get started with Cerebro, follow these steps:
-
Clone the repository:
git clone https://github.com/jsiva04/cerebro.git cd cerebro
-
Install dependencies:
npm install
-
Start the application:
npm start
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes.
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/your-feature-name
- Open a pull request.