Git Product home page Git Product logo

todo-manager's Introduction

ToDo-Manager

Web-based Tasks List manager. User can add/update/delete a task, along with tracking the progress of the task.

Working

DB:

  • postgres was set up with a new db, and one table, nmed task
  • in tasks, there are three columns - id (primary key), taskname, and status
  • the crud operations are handled through node.js, using the pg module

Rest API:

  • express is set upt to listen on the port 3000
  • queries.js has all the sql queries, required for the crud operations, which are written using the pg node module
  • the api.js handles the express server, and also routes the http request to the respective function in queries.js
  • the http requests are sent by the client-side js, on button presses, or text filed changes, using event listeneres

Website:

  • served as static webpage, by express.js
  • the html file has one div for the entire body, all the elemnts are added to the DOM, using the script.js file
  • the script.js file also has even listeners on every button and text inputs, which send the http reqest to the Res API, to communicate with the db.
  • when the page first loads, it gets all the tasks from the db, by sending a GET request
  • then, based on the user action, POST, PUT, and DELETE requests are sent to update the db

Navigation of the repo


Technologies Used

  • Express.JS - Rest API
  • Node.JS - local server
  • PostgreSQL - DBMS
  • HTML/CSS & Vanilla JS - webpage

License

The code is licensed under GNU GENERAL PUBLIC LICENSE v3.0

todo-manager's People

Contributors

aaryarajoju avatar

Stargazers

 avatar  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.