StarManager icon indicating copy to clipboard operation
StarManager copied to clipboard

Organize, tag, and search your GitHub stars. [Work in Progress]

Star Manager

Organize, tag, and search your GitHub stars.

This is an ongoing learning exercise. See https://rshipp.com/blog/ for more information.

Run Locally

Install Go and Node.js.

Install JS dependencies: npm install.

Start the API server: npm run server.

Start the React dev server in another tab or shell: npm start.