Skip to content

This is a web App todo list using reactJs that displays a list of to-do activities and allows the user to add, remove, and update functionality

Notifications You must be signed in to change notification settings

Debas-31/to-do-app-react

Repository files navigation

To Do App using React

This is a web App todo list using reactJs that displays a list of to-do activities and allows the user to add, remove, and update functionality.

ScreenShoot

screenshot

Built With

  • HTML
  • CSS
  • JavaScript
  • React
  • Linters
  • Vscode

Live Demo

Click Here

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Node and NPM
  • Web browser (Google chrome)
  • Code Editor (VSCode)

Development (Running locally)

  • git clone the project
git clone git@github.com:Debas-31/to-do-app-react
  • Install Dependencies
npm install
  • To run StyleLint by itself, you may run the lint task:
npx stylelint "**/*.{css,scss}"
  • Automatically fix issues found (where possible):
npx stylelint "**/*.{css,scss}" --fix
  • To fix automatically javaScript issues found
npx eslint . --fix
  • Finally, start your development server by running:
npm start

👤 Debas Gebreslasie

🤝 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!

Acknowledgments

  • React Community

📝 License

MIT licensed.

About

This is a web App todo list using reactJs that displays a list of to-do activities and allows the user to add, remove, and update functionality

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published