Giter Club home page Giter Club logo

angular-todoapp's Introduction

TodoApp

This is a simple Todo App using the Angular Framework

How to Run

  1. Open the directory in your terminal

  2. Start the server

type ng serve in the terminal

  1. View in web browser

open http://localhost:4200/

REMINDER: (The app will automatically reload if you change any of the source files)

Abilities & Features

  • A user can create a new Todo item and it will show in the UI and be pseudo-sent to the JSON Placeholder API
  • A user can toggle a Todo item's completion status in the UI and (for non-user made Todos) in JSON Placeholder API
  • A user can delete a Todo item in UI and in JSON Placeholder API

Notable Technologies/Functions/Methods

Technology/Function Purpose
JSON Placeholder Source of Todo item data
Http Client Make GET Req (fetch Todos), DELETE Req (delete a Todo item), POST Req (create a Todo item) and PUT Req (toggle the completion status) & receive Todo data
  • Todo creation and update is sent to JSON Placeholer API (however, because it is not a backend that allows for editing, for user-made todos, toggle complete only works in the UI and not backend)

Future Implementation(s)

  • A user should have an account to save their Todo item's
  • Find a way for any/all todo(s) to be allowed to be marked as complete on backend (and not just in the UI)
  • The UI should look more welcoming and less tragic
  • Implement Testing

angular-todoapp's People

Contributors

dependabot-preview[bot] avatar isaacwashere avatar

Stargazers

 avatar

Watchers

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