This is just a basic app to track how long since something you did.
The aim of this little project was to try and practice with:
- Gatsby, as static site generator.
- Material-ui, as UI framework.
- React Context.
A live version of this code should be available at https://agm-dev.ninja/how-long-since-site/
git clone https://github.com/agm-dev/how-long-since.git
cd how-long-since
npm install
npm run develop
# then go to localhost:8000