https://github.com/prangonghose/todolist-with-react
A Single Page Application (SPA) created using React library. This web application enables users to add there todos in a list, edit it if necessary, and remove after the work has been done. Code is written following JSX syntax.
https://github.com/prangonghose/todolist-with-react
css3 html javascript localstorage-api reactjs webpack
Last synced: 3 months ago
JSON representation
A Single Page Application (SPA) created using React library. This web application enables users to add there todos in a list, edit it if necessary, and remove after the work has been done. Code is written following JSX syntax.
- Host: GitHub
- URL: https://github.com/prangonghose/todolist-with-react
- Owner: PrangonGhose
- License: mit
- Created: 2023-01-24T17:53:30.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2023-01-26T23:03:54.000Z (over 3 years ago)
- Last Synced: 2025-06-13T04:42:47.334Z (about 1 year ago)
- Topics: css3, html, javascript, localstorage-api, reactjs, webpack
- Language: JavaScript
- Homepage: https://prangonghose.github.io/todolist-with-react/
- Size: 1.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
Todo List Web Application
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
# 📖 Project Name
## Todo List Web Application
- `HTML`, `CSS`, `JavaScript`, and `ReactJS`
> Describe between 1-3 key features of the application.
- A **Single Page Application** (SPA) created using `React` library.
- This web application can perform simple calculations and show random quotes.
- Code is written following **__JSX__** syntax.
Live demo is available [here](https://prangonghose.github.io/todolist-with-react/).
## 💻 Getting Started
To clone the repository in local environment try following steps.
### Prerequisites
- [x] A web browser like Google Chrome.
- [x] A code editor like Visual Studio Code with Git and Node.js.
You can check if Git is installed by running the following command in the terminal.
```
$ git --version
```
Likewise for Node.js and npm for package installation.
```
$ node --version && npm --version
```
### Setup
Clone the repository using [this link](https://github.com/PrangonGhose/todolist-with-react.git)
### Install
In the terminal, go to your file directory and run this command.
```
$ git clone https://github.com/PrangonGhose/todolist-with-react.git
```
### Get into development
In the terminal, run these commands to get into development.
```
$ cd todolist-with-react
$ npm init -y
$ npm install (install dependencies)
$ npm run build (create the optimized for production)
$ npm start (run the app locally)
```
### Usage
This website is applicable for both mobile and desktop version.
### Run tests
### Deployment
👤 **Prangon Ghose**
- GitHub: [@PrangonGhose](https://github.com/PrangonGhose)
- [ ] **Styling of the webpage**
- [ ] **Animation to add functionality**
- [ ] **Adding responsiveness**
Contributions, issues, and feature requests are welcome! Add suggestions by opening new issues.
Feel free to check the [issues page](https://github.com/PrangonGhose/todolist-with-react/issues).
Give a ⭐️ if you like this project!
Authors would like to thank:
- [Microverse](https://www.microverse.org/)
- Code Reviewers
- Coding Partners
This project is [MIT](./license) licensed.