Skip to content

zkarnob/To_do_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

List Management Web Application

This is a basic web application developed using HTML, CSS, JavaScript, SQL, Node.js, and Express.js. It allows users to manage a list, providing functionality to add, remove, and edit items. It's a simple yet effective tool for list management.

Features

  • Add Items: Users can add new items to the list.
  • Remove Items: Users can remove items from the list.
  • Edit Items: Users can edit existing items in the list.
  • List Display: Items in the list are displayed in a user-friendly manner.

Technologies Used

  • HTML: Used for the structure of the web pages.
  • CSS: Used for styling the web pages and making them visually appealing.
  • JavaScript: Used for implementing dynamic behavior and interactions on the client-side.
  • SQL: Used for managing the database and storing list data.
  • Node.js: Used for server-side JavaScript runtime environment.
  • Express.js: Used as a web application framework for Node.js to handle routing and middleware.

Getting Started

To run this application locally, follow these steps:

  1. Clone this repository to your local machine.
  2. Install the necessary dependencies by running npm install.
  3. Set up your SQL database to store list data.
  4. Update the database configuration in the application.
  5. Run the application using node app.js or npm start.
  6. Access the application in your web browser at http://localhost:3000.

Screenshot 2024-05-05 005524 Screenshot 2024-05-05 005539

Screenshot 2024-05-05 005558 Screenshot 2024-05-05 005546

About

To_do_list application using html,css,js,nodejs,express js,sql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors