Git Product home page Git Product logo

task-list-demo's Introduction

TinyList - A simple To Do app in React

This project is the frontend implementation of a simple todo app built using React & Material UI

How to install deps

Fortunately, this part of the process is very simple. We have .nvmrc file which contains the supported node version ( in our case it is 12 ). Run the following command in order to set the correct node version - nvm use - in the root folder.

Once you have done this, simply write yarn & press enter command, this will pick all the deps from package.json and install it for you.

Starting the project

Since the app was created using create-react-app, so package.json hasn't been modified much and by simplying running yarn start you can start your project ( default port is 3000 )

Feature Set

The app contains the following feature set

  • Make sure web app is responsive to different screen sizes
  • Display fixed header with TinyList logo
  • First row is “+ Add to list…” which user can click to type in anything. The entered text should replace the “Add to list…” placeholder.
  • When user hits “enter/return”, create item. Only create item if there is at least 1 character in the field.
  • Display uncompleted items first, with the most recently created item at the top
  • Then display completed items, with the most recently completed item at the bottom. Completed items should be greyed out with strikethrough.
  • On desktop, do not always display all trash cans. Only when user hovers over each row, highlight the row and display its trash can on the right
  • When user clicks on trash can, delete the item
  • When user clicks on any existing item, allow user to edit the text right there
  • BONUS: When user checks, unchecks or creates a new task, use slide animation to show the task moving to its new position in the list according to the sorting logic above.

task-list-demo's People

Contributors

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