GithubHelp home page GithubHelp logo

oleksandr-romashko / goit-js-practice-todo-list Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 154 KB

A simple form to add, mark as done and remove tasks to/from a ToDo list.

Home Page: https://oleksandr-romashko.github.io/goit-js-practice-todo-list/

License: MIT License

CSS 26.74% HTML 10.93% JavaScript 62.33%
css html javascript

goit-js-practice-todo-list's People

Contributors

oleksandr-romashko avatar

Watchers

 avatar

goit-js-practice-todo-list's Issues

Feedback & Suggestions + Contact form

Form for the users' feedback and suggestions (request a feature).

It may be put into the dropdown settings menu.

It may be complemented with a rating of the app at the same time.

Settings dropdown menu

  1. Add settings menu (top left corner of the submit form form - on other side to the language settings).
  2. The menu should contain existing settings such as:
    • instant hide (redraw) card on marked as done (when specific filter is applied)
    • store at device / such across devices (default value when is not implemented yet - disable checkbox or toogle)
    • "delete all app data"

Custom sorting with drag&drop

Implement custom sorting by user using drag&drop of todo items, while holding three dots/lines icon on the todo item.

Maybe show drag icon only when hovering an item (desktop).
May be bad idea for tough screens when these devices don't have mouse or pointer.

Newcomer/begginer introduction/tutorial

Run once at the first start, showing all the app features. After first run, store value, that intro has been done.
Show pop-up with the list of all features and option to skip begginer intro/tutorial.

May be reseted from setting menu.

Use default translation language if no translation for a specific language

When switching from other language and there is no translation for this language, previous language translation is applied for the specific element. This leads to the situation when user left with incorrect translation. It is better to check if translation is present and if not, apply default translation (e.g. english), which should be present any time.

It is better to test if all localization elements mentioned in localization file object have translation for the default language (e.g. english) and do not allow pass the test or log a warning about it.

Having default translations enhance user experience and make more fault tolerant application.

Make dropdown menu as a common component

  • vite load, from html file in component folder
  • dropdown assigned with dropdown/select common class, all styles are described in the component css file
  • icon is unique for each instance (how it is compatiblle withVite load?)
  • menu items similar style, common class
  • add menu items separator as possible menu item

Add clear all cards (only cards)

Deletes all added cards (of all types), without deletion of other app information.

To think about: button to delete all cards.
Place it somewhere on top of the content somewhere near the top of the tasks list or bottom of the submit form.

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.