zMzMTV / PERN-Todo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Full stack Todo List

This a fullstack todo list using PosgreSQL and React.

Features

  • Store a task in data base and display it on the app.

  • Edit an existing task.

  • Delete an existing task.

Packages used

Install

Go to the server project cd server and run npm in your console to install all dependencies and npx nodemon index.js to launch. Go to the client project cd client run yarn in your console to install all dependencies and yarn start to launch.

About


Languages

Language:JavaScript 73.7%Language:HTML 25.9%Language:CSS 0.4%