Fadahunsiseyi / react-todo-app

This simple todo list web page built using Webpack and served by a Webpack dev server. It features the CRUD operations. Data is stored in localStorage

Home Page:https://fadahunsiseyi.github.io/react-todo-app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo Application

This is an application that tracks all of the activities to be done.

Live Demo

Live demo

Built With

  • HTML
  • CSS
  • Javascript
  • React

Getting Started

Prerequisites

  • Node
  • NPM ( Node Package Manager )
  • Git and Github Account

Setup

  • Run git clone on this project at the desired directory:

    git clone https://github.com/Fadahunsiseyi/react-todo-app.git
    
    cd react-todo-app
    
  • Install dependencies

    npm install
    
  • Start React Dev Server

    npm run start
    
  • On your favourite browser go to http://localhost:3000/

Test

  • Webhint linter -npx hint . on the root directory.
  • Stylelint linter - npx stylelint "**/*.{css,scss}" on the root directory.
  • ESLint linter - npx eslint . on the root directory.

Authors

👤 Fadahunsi seyi

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

This simple todo list web page built using Webpack and served by a Webpack dev server. It features the CRUD operations. Data is stored in localStorage

https://fadahunsiseyi.github.io/react-todo-app/

License:MIT License


Languages

Language:JavaScript 72.1%Language:CSS 19.6%Language:HTML 8.3%