Skip to content

nicoledyan/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List App with Node.js, React, and SQLite

A full-stack To-Do list app that allows users to add, update, delete, and mark tasks as completed. Built with Node.js, Express, SQLite, and React, this app demonstrates how to connect a frontend with a backend API and manage data in a database.

Features

  • Add new tasks
  • Mark tasks as completed
  • Set a due date for tasks
  • Delete tasks
  • Store tasks and completed status in an SQLite database

Tech Stack

  • Frontend: React, Material-UI
  • Backend: Node.js, Express
  • Database: SQLite

Installation

1. Clone the repository

git clone https://github.com/yourusername/todo-list-app.git

About

To-Do List App with Node.js, React, and SQLite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors