Skip to content

To-Do lists website which has built by EJS for front-end and Node.js for back-end

Notifications You must be signed in to change notification settings

Aneeshaik/todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List Application

This project is a simple To-Do List application built using EJS, Node.js, and CSS for styling. The application allows users to manage their tasks with functionalities to add and mark tasks as completed.

Features

  • Add Tasks: Users can add new tasks to their to-do lists.
  • Mark as Completed: Users can mark tasks as completed.

Technologies Used

  • EJS (Embedded JavaScript): For rendering dynamic content on the server side.
  • Node.js: For server-side scripting and managing application logic.
  • CSS: For styling and layout of the to-do list page.

Installation

1. Clone the Repository

git clone [repository URL]
cd [project-folder]

2. Install Dependencies

npm install

3. Run the Application

npm start

4. Open Your Browser Navigate to http://localhost:3000 to view the application.

Contributing

Feel free to submit issues or pull requests if you would like to contribute to this project.

About

To-Do lists website which has built by EJS for front-end and Node.js for back-end

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published