Skip to content

About This React to-do application was motivated by a React tutorial. I followed the tutorial judiciously to consolidate my skills in React library. The app can delete, update, and add new tasks to enhance task management.

Notifications You must be signed in to change notification settings

AACHOURMOHAMED/react-todo-list

Repository files navigation

Project Name: React To-Do List

Description of the project: This is a to-do list that is primarily created using Reactjs. The list is an array of objects that allows the user to fill in the form section with the activity, date and time. There is also the option of checking completed tasks and removing them from the list. All the information is stored in the local storage.

Live Preview

Coming soon

Built With

  • React
  • JavaScript
  • CSS

Additional Tools

  • Stylelint
  • Eslint
  • babel
  • Jest

Getting Started

To get a local copy of this project:

Clone this repository or download the Zip folder:

https://github.com/AACHOURMOHAMED/react-todo-list.git

To get started, In the project directory, you can run:

yarn install OR npm install

run react app and open in browser:

yarn start OR npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

If you encounter an issue related to eslint or webpack version conflict run:

yarn audit fix --force OR npm audit fix --force

Tests

To check development tests run:

yarn test OR npm run test

Launches the test runner in the interactive watch mode.

To track linter errors locally follow these steps:

Track CSS linter errors run:

npx stylelint "**/*.{css,scss}"

Track JavaScript linter errors run:

npx eslint .

Deployement

yarn build OR npm build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

👤 AshourMohamed

🤝 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

About This React to-do application was motivated by a React tutorial. I followed the tutorial judiciously to consolidate my skills in React library. The app can delete, update, and add new tasks to enhance task management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published