samiullah997 / react-todo-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-todo-project

  • In this project, you should continue with the development of the To-Do-List app. I have develop a React component that will hold the core functionality: a add and remove Task.

Built With

  • React
  • HTML
  • CSS
  • JavaScript

Getting Started

  • This project was bootstrapped with Create React App.
  • Clone this repo to your local machine using `
  • cd into the folder and run npm install to install all the dependencies.
  • Run npm start to start the app.
  • Open http://localhost:3000 to view it in the browser.
  • The page will reload if you make edits.
  • You will also see any lint errors in the console.
  • Run npm run build to build 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.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run 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!

See the section about deployment for more information.

prerequisites

  • must have git installed.
  • must have vscode installed or any other IDE.
  • must installed linters in the project
  • must have node installed.

setup

Authors

👤 Author Samiullah

LIVE DEMO

Live Version Demo

🤝 Contributing

Contributions, issues, and feature requests are welcome!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b 'branchname)
  3. Commit your Changes (git commit -m 'Add some branchname')
  4. Push to the Branch (git push origin branchname)
  5. Open a Pull Request

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

License:MIT License


Languages

Language:JavaScript 63.1%Language:HTML 19.4%Language:CSS 17.5%