This is the repository for the time management app WEEKIE. The repo contains only the frontend code for now, built upon react (typescript) and webpack. To run and customize, make sure you have npm installed, and do
npm installto install the dependencies. Then do
npm run startto view the site locally.