Skip to content

I didn't find a web service to track my habits in a minimalistic way, so I built one myself.

Notifications You must be signed in to change notification settings

Kirkkt/habit-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is it?

I have some habits I want to get into, I simply want to keep a record of on which days I actually keep the habits (HIT), and the days I forget them (MISS).

I haven't found a good website/smart phone app that does this in a minimalistic way that pleases me. So I made my own.

Tech stack

- Data layer
|
+---- MongoDB
|
- RESTful API layer
|
+---- Node.js
+---- express
|
- Front-end
|
+---- React.js
+---- material-ui
+---- redux

How to run?

  • cd server/; yarn
    • you do this once
  • cd client/; yarn
    • you do this once
  • cd server/; yarn start
    • this runs MongoDB and API server
  • cd client/; yarn start
    • this runs React dev server
  • open up localhost:3000 in your browser

Screenshot

About

I didn't find a web service to track my habits in a minimalistic way, so I built one myself.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published