#Todo App
"Do It With Style"
This is a Typescript/React application to help users manage projects by creating and keeping track of tasks to do with Style. Once tasks are completed, users will be able to strike them on the list. Users are able to delete projects and tasks.
Based on Bowtie.co's logo, for any project that you need to get across the finish line, this app will help you "Do It With Style".
Follow the README on this repo to set up the Express.js server.
After setting up the server, to run the application:
- Clone down the repo
cd
intobowtie-todo
npm install
npm start
- Navigate to
http://localhost:3000/
in your browser to start the app.