Skip to content

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

License

Notifications You must be signed in to change notification settings

Fadahunsiseyi/react-todo-app

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published