GithubHelp home page GithubHelp logo

todo's Introduction

Todo Application

This is a simple Todo Application that allows users to manage their tasks or todos.

Todo Application Banner

Features

  • Add a new todo with a title and content
  • View the list of existing todos
  • Delete a todo from the list

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Fetch API

Setup and Usage

  1. Clone the repository or download the source code.

  2. Start the server by running the following command in your terminal:

    node todo.js

    The server will start running on http://localhost:3000.

  3. Open the index.html file in a web browser.

  4. The Todo Application will be displayed in the browser.

  5. Enter a title and content for a new todo in the provided input fields.

  6. Click the "Add ToDo" button to add the todo to the list.

  7. The added todo will appear in the list of todos.

  8. To delete a todo, click the "Delete" button next to the todo item.

  9. The todo will be removed from the list.

API Integration

This application interacts with a backend API to store and retrieve todos. The API endpoints used are:

  • GET /todos - Retrieve the list of todos
  • POST /todos - Add a new todo
  • DELETE /todos/{id} - Delete a specific todo

Credits

This Todo Application is developed by Me. It is created as a learning project given by 100xDevs.

todo's People

Contributors

arvindpndit avatar

Stargazers

Nzeru Creations avatar subodh kamble avatar Rushik Ghuntala avatar

Watchers

 avatar

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.