Skip to content

metao1/drumming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drumming Collaborative Dashboard

Currently WIP

logo

Drumming is a collaborative dashboard designed to showcase drumming behavior in birds, particularly of sticky notes updating on real-time on a dashboard.

Project

Go server backend and a frontend built with the latest version of React.

Features

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.

Installation

  1. Clone this repository to your local machine:
git clone https://github.com/metao1/drumming
  1. Navigate to the project directory:
cd drumming-collaborative-dashboard
  1. Install dependencies for the Go server:

Assuming you have Go installed

go get -u ./...
  1. Install dependencies for the React frontend:
cd frontend
npm install

Usage

  1. Start the Go server:
go run server.go
  1. Start the React frontend:
cd frontend
npm build
  1. 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.

About

drumming is a collaborative online dashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published