This is the web frontend of Projectory - a web based task tracker. Projectory frontend is implemented in React.js.
You need Node.js and npm to build Projectory frontend. You can run the following commands in the project directory.
Start development server, run app in development mode.
Generate development build in build
directory.
This project was created with Create React App