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 install
to install the dependencies. Then do
npm run start
to view the site locally.