Skip to content

blove239/simple-skill-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-skill-tracker

A simple, gamified skill tracker.

Your results are stored in the cloud, sign in and access them from anywhere.

Keep track of your skills with a levelling system. Every five hours gain you a new level, motivating you to focus on your skills.

Skill Tracker Screenshot

Installation

git clone https://github.com/blove239/simple-skill-tracker.git
cd simple-skill-tracker
npm install
cd client
npm install
cd ..
npm run build

Development

To start client on its own

cd client
npm start

To start server

npm dev

Deployment

Optimized for Heroku deployment

npm deploy

License

MIT