https://github.com/faranoshamini/to-do-app-with-react
In this exercise, I am going to consolidate my knowledge about React, components, props, state, and hooks, by following a tutorial.
https://github.com/faranoshamini/to-do-app-with-react
css html javascript react webpack
Last synced: 3 months ago
JSON representation
In this exercise, I am going to consolidate my knowledge about React, components, props, state, and hooks, by following a tutorial.
- Host: GitHub
- URL: https://github.com/faranoshamini/to-do-app-with-react
- Owner: FaranoshAmini
- License: mit
- Created: 2022-11-04T12:42:50.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2022-11-05T19:16:49.000Z (over 2 years ago)
- Last Synced: 2025-02-04T14:48:04.970Z (4 months ago)
- Topics: css, html, javascript, react, webpack
- Language: JavaScript
- Homepage:
- Size: 685 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# To-do list with React
> This is a React web app. I have used React(hooks, state and props), HTML, CSS and Javascript(ES6) for this project and the user can manage the app to add, remove and edit todo tasks, you can use it in your local machin just by cloning this repo and see the instruction below to setup the project app.
## Built With
- HTML
- CSS
- JavaScript(ES6)
- React
- WebpackThis project built with the help of HTML, CSS, React, and JavaScript you can see the result and use the cods by cloning this repo on your local machine by Git and GitHub. use npm install and then npm start in your command line to see the main page in your browser.
## Live Demo 💻
[Live Demo Link]()
## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
You must have a browser on your device, a visual code, a git version installed, node.js installed in your device and clone the repo from GitHub and use it.
### Setup
Clone the repository from GitHub, open the project folder, inside the project direcory open the commanline or Terminal and install the dependicies.
### Install
inside the project direcory open the commanline or Terminal, run npm install to install all the dependicies.
### Usage
This app is build with React components so you can modify and edit components in the src folder.
## Author
👤 **Faranosh Amini**
- GitHub: [@FaranoshAmini](https://github.com/FaranoshAmini)
- LinkedIn: [@Faranosh_Amini](https://www.linkedin.com/in/faranosh-amini-9b925b23a/)
- Twitter: [@Faranosh_Amini](https://twitter.com/Faranosh_Amini)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](./MIT.md) licensed.