Code Monkey home page Code Monkey logo

todo-list-webapp's Introduction

icon of todo list ToDo List Web App

โ„น๏ธ 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 is used for databases, and the application is deployed on Render.


๐Ÿ”ฅ Deployed Link

This project is hosted on Render. 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=<value>
MONGODB_PASSWORD=<value>
  • Use these commands to run the application
# 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.


bullseye Frameworks & Languages Used


๐Ÿ–ฅ๏ธ The Interface

1_opening_screen 2_deleting_the_task

todo-list-webapp's People

Contributors

anmol-baranwal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

todo-list-webapp's Issues

Floating Widget

Floating widget of styled circles on the right side with an appropriate tooltip to change themes whenever the user clicks on a specific one.

Make sure to create a new branch for the same

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.