Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anmol-baranwal/todo-list-webapp
Easy & Efficient ToDo List App 🔥
https://github.com/anmol-baranwal/todo-list-webapp
bootstrap collaborate css github html javascript mongodb node-router nodejs render-hosting todo todo-app todoapp todolist user-interface
Last synced: 2 days ago
JSON representation
Easy & Efficient ToDo List App 🔥
- Host: GitHub
- URL: https://github.com/anmol-baranwal/todo-list-webapp
- Owner: Anmol-Baranwal
- License: gpl-3.0
- Created: 2021-10-14T21:21:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T07:08:21.000Z (over 1 year ago)
- Last Synced: 2024-05-21T06:57:50.873Z (6 months ago)
- Topics: bootstrap, collaborate, css, github, html, javascript, mongodb, node-router, nodejs, render-hosting, todo, todo-app, todoapp, todolist, user-interface
- Language: CSS
- Homepage: https://todo-list-k7qu.onrender.com/
- Size: 343 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ToDo List Web App
> :information_source: This ToDo list web application is made using node.js, express.js, html, css, and ejs template with other packages.
- Using route parameters, the user can create and navigate as many lists as desired.
- [MongoDB Atlas](https://www.mongodb.com/atlas/database) is used for databases, and the application is deployed on [Render](https://render.com/).
## :fire: Deployed Link ##
This project is hosted on [Render](https://render.com/). Visit the following link to view the web application.
```
https://todo-list-k7qu.onrender.com/
```
## ✅ Guidelines to run web app locally
- For this app to work, you need to configure the following environment variables in your .env file in the root directory.
```
MONGODB_USERNAME=
MONGODB_PASSWORD=
```- Use these commands to run the application
```bash
# to install dependencies
npm install# to run the server
nodemon app.js```
- Open `http://localhost:4000` with your browser to see the application.
## 🚀 Features
- #### LIMIT
There is no limit to how many items you can add, so feel free to use it according to your needs.- #### ADD a Item
To add a new item, type where New Item is displayed, then click the "+" symbol to add your item.- #### DELETE a Item
To delete an item, click the checkbox beside that particular item and your item will be deleted.- #### DELETE the default item in list
Just add a new item and delete the default item, and then it will no longer be there.- #### Adding a different List
When the TODAY list opens for the first time, let's say you want to create a separate list for work or school. You can do so by adding /home or /school or any other name you choose with your current URL. You can then use the above way to implement the features discussed and build as many lists as you want.
For example, if the current URL is AB.com and you want to add a home list, write AB.com/home instead. It will create your home list, which you can manage and travel through as needed.
## Frameworks & Languages Used
## 🖥️ The Interface
![1_opening_screen](https://user-images.githubusercontent.com/74038190/222881369-e0c3503a-a18e-4a85-8061-3d0374600802.jpg)
![2_deleting_the_task](https://user-images.githubusercontent.com/74038190/222881364-36395f9f-0aee-4b2d-bcd9-6154151ecc8d.jpg)