Currently WIP
Drumming is a collaborative dashboard designed to showcase drumming behavior in birds, particularly of sticky notes updating on real-time on a dashboard.
Go server backend and a frontend built with the latest version of React.
Done
- Visualization of sticky notes on a collaborative dashboard.
- Real-time updates of mouse cursor.
TODOs
- Real-time updates of sticky notes activity.
- [] Interactive charts and graphs to analyze drumming patterns.
- [] User-friendly interface for easy collaboration and data interpretation.
- Clone this repository to your local machine:
git clone https://github.com/metao1/drumming
- Navigate to the project directory:
cd drumming-collaborative-dashboard
- Install dependencies for the Go server:
go get -u ./...
- Install dependencies for the React frontend:
cd frontend
npm install
- Start the Go server:
go run server.go
- Start the React frontend:
cd frontend
npm build
- Open your browser and navigate to http://localhost:8000 to view the dashboard.
Contributing
Contributions are welcome! Feel free to open issues or submit pull requests to improve this project.
License
This project is licensed under the MIT License.