To-Do App

To Do App - Ideas(https://github.com/florinpop17/app-ideas)

Tier: 2-Intermediate

The classic To-Do application where a user can write down all the things he wants to accomplish.

User Stories

  • User can see an input field where he can type in a to-do item
  • By pressing enter (or a button), the User can submit the to-do item and can see that being added to a list of to-do's
  • User can mark a to-do as completed
  • User can remove a to-do item by pressing on a button (or on the to-do item itself)

Bonus features

  • User can edit a to-do
  • User can see a list with all the completed to-do's
  • User can see a list with all the active to-do's
  • User can see the date when he created the to-do
  • When closing the browser window the to-do's will be stored and when the User returns, the data will be retrieved

Useful links and resources

Example projects

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn install

This command is use for install all dependecies for project.

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

React Documentation

Check out React documentation.