Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ankit-ap-paul/to-do-list

simple to-do list application built using JavaScript, NodeJS, ExpressJS and EJS
https://github.com/ankit-ap-paul/to-do-list

Last synced: 25 days ago
JSON representation

simple to-do list application built using JavaScript, NodeJS, ExpressJS and EJS

Awesome Lists containing this project

README

        

# To-Do List App

This is a simple to-do list application built using JavaScript, NodeJS, ExpressJS and EJS. It allows users to create, read, and mark out completed tasks.

## ⚙️ Installation

Clone the repository
```bash
https://github.com/Ankit-AP-Paul/To-Do-List
```
Install Dependencies
```bash
npm install
```
Start the server
```bash
npm start
```

## 📈 Usage

1. Open your web browser and navigate to http://localhost:3000.
2. To create a new task, write the task and press Enter
3. To mark a task as complete, click the checkbox associated with the task

## Dependencies

This application uses the following dependencies:

- [express](https://expressjs.com/) - For creating the server and routing.
- [ejs](https://ejs.co/) - For rendering views.
- [body-parser](https://www.npmjs.com/package/body-parser) - For parsing JSON data in request bodies.

## Contributing

Contributions are welcome! If you find a bug or have a feature request, please open an issue or submit a pull request.

## Feedback

If you have any feedback, please reach out to us at [email protected]

## 🔗 Links
[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/ankit-paul-914936234/)
[![twitter](https://img.shields.io/badge/twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/Ankit_Paul01)

## ✍️ Authors

- [@Ankit Paul](https://github.com/Ankit-AP-Paul)