Giter VIP home page Giter VIP logo

angular-to-do-app's Introduction

ToDoFrontend

This project was generated with Angular CLI version 17.1.2.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

angular-to-do-app's People

Contributors

jugurtao avatar l3miage-ourzikj avatar

Watchers

 avatar

angular-to-do-app's Issues

Task State

  1. Add task State field into the Task Model. The state field name is status and has only two enumerated values DONE if it is done ,IN_PROGRESS otherwise.
  2. Create the enumerated Type STATUS with values {DONE,IN_PROGRESS} [front-end & back-end]
  3. Then count all done tasks and In progress tasks so as to update done and in progress badges in tasks list component.

Mark as done !

  1. Do the checkbox value binding so as to get the correct status of the corresponding task to update.
    Example: if the the task to update is already done, the checkbox should appear as checked otherwise not.

  2. Implement changeStatus method in order to change the current status of the task.

dueDate primeNG binding

The data binding doesn't work. The date format I have specified in the view 'yy-mm-dd hh:mm' doesn't match the default Typescript Date type.

Tasks list redesign - Cards format

Change tasks list component view into primeNG or Bootstrap cards.
Each card correponds to a task, with its text and its due date. The card will also contain two buttons [edit and delete].

Edit task pop-up

Change tasks list component in order to display a pop-up when we click on edit button of each task.

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.