Skip to content

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

Notifications You must be signed in to change notification settings

rshipp/StarManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.