Skip to content

Mahesh-Bauri/todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a simple todolist react app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published