https://github.com/haliljon/react-to-do-list
To Do List is a task management app that keeps track of daily tasks. Tasks are stored in browser's local storage and it has CRUD functionalities. It was built with HTML, CSS, JavaScript, and webpack.
https://github.com/haliljon/react-to-do-list
javascript react
Last synced: about 2 months ago
JSON representation
To Do List is a task management app that keeps track of daily tasks. Tasks are stored in browser's local storage and it has CRUD functionalities. It was built with HTML, CSS, JavaScript, and webpack.
- Host: GitHub
- URL: https://github.com/haliljon/react-to-do-list
- Owner: haliljon
- License: mit
- Created: 2023-01-23T14:35:34.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2023-01-27T10:26:50.000Z (over 3 years ago)
- Last Synced: 2025-06-02T10:02:03.580Z (about 1 year ago)
- Topics: javascript, react
- Language: JavaScript
- Homepage:
- Size: 2.36 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React-To-Do-List
# 📗 Table of Contents
- [React-To-Do-List](#react-to-do-list)
- [📗 Table of Contents](#-table-of-contents)
- [📖 React-To-Do-List ](#-react-to-do-list-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [Deployment Link:](#deployment-link)
- [💻 Getting Started with Create React App ](#-getting-started-with-create-react-app-)
- [Available Scripts](#available-scripts)
- [`npm start`](#npm-start)
- [`npm test`](#npm-test)
- [`npm run build`](#npm-run-build)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License](#-license)
**React-To-Do-List** The app lets the user to input items into to do list, edit, delete and so on.
> Describe the tech stack and include only the relevant sections that apply to your project.
Programming languages
Technologies
Frameworks
Modules
Server
Database
- **[User is able to add, delete and edit to-do list items]**
- **[The to-do list items are kept in the local storage]**
- **[The app is SinglePage app]**
## Deployment Link:
https://haliljon.github.io/react-to-do-list/
## 💻 Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.
### `npm test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/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](https://facebook.github.io/create-react-app/docs/deployment) for more information.
👤 **Haliljon Juraboev**
- GitHub: [@githubhaliljon](https://github.com/haliljon)
- Twitter: [@twitterhaliljon1](https://twitter.com/haliljon1)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/juraboev-haliljon)
FUTURE FEATURES
>
- [ ] **[I would like to improve the look and feel of the application]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/haliljon/react-to-do-list/issues).
Please consider giving a ⭐️ if you like this project!
> Give credit to everyone who inspired your codebase.
I would like to thank [Microverse](https://www.microverse.org/)
P.S. stackoverflow and google 😉
### 📝 License
- This project is [MIT](./LICENSE) lincensed.