Skip to content

Latest commit

 

History

History
executable file
·
21 lines (11 loc) · 652 Bytes

README.md

File metadata and controls

executable file
·
21 lines (11 loc) · 652 Bytes

A Wonderful Todo List!

This project has been created with create-react-app. It's a wonderful todo list and an exploration of React hooks and context api. A live version is deployed on an s3 bucket here

Database Schema:

./db/schema.sql

HTTP Api for Checking and Unchecking a Task:

./http-api.md

Start Development Enviroment:

npm run start

Production Build:

npm run build

Thanks for being wonderful!