Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harsh-git98/to-do-app
https://github.com/harsh-git98/to-do-app
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/harsh-git98/to-do-app
- Owner: Harsh-git98
- Created: 2024-06-04T17:56:51.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T21:07:01.000Z (7 months ago)
- Last Synced: 2024-06-15T22:23:03.751Z (7 months ago)
- Language: CSS
- Size: 3.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo List App
## Overview
This is a simple single-page Todo List application built using Node.js and EJS (Embedded JavaScript templating). The application allows users to add, delete, and view their tasks. It serves as a basic example of a CRUD (Create, Read, Update, Delete) application using server-side rendering with EJS.
## Features
- Add a new task
- View all tasks
- Delete a task## Prerequisites
Before running the application, ensure you have the following installed:
- [Node.js](https://nodejs.org/) (v14.x or higher)
- [npm](https://www.npmjs.com/)## Deployment
**Live Link**```sh
https://my-to-do-lister.onrender.com
```
### License
This project is licensed under the MIT License.