/todolist

This is a simple todolist react app

Primary LanguageJavaScript

Todo | TodoList react app

Simple todolist react js app.

Imgur

Imgur

Imgur

Run Locally

1. Install Dependencies

$ npm install

3. Run development server

$ npm start

Features

  • CRUD operations

  • Shown toast message when user doing CRUD operation

  • Amazing UI inspired by

    image


Folder Structure

Todolist/
├── node_modules/
├── public/
├── src/
│ ├── component/
│ │ ├── todo/
│ │ │ ├── Todo.js
│ │ │ └── todo.style.scss
│ │ └── todolist/
│ │ ├── TodoList.js
│ │ └── todolist.styles.scss
│ ├── context/
│ │ └── todoContext.js
│ ├── App.css
│ ├── App.js
│ ├── index.css
│ └── index.js
├── gitignore
├── package-lock.json
├── package.json
└── README.md

Tools Used

  • HTML
  • CSS3
  • SCSS
  • JavaScript
  • React