Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eduardosancho/react-todo-list
A Single Page Application that allows the user to add new tasks, edit their description and remove finished ones.
https://github.com/eduardosancho/react-todo-list
Last synced: 3 days ago
JSON representation
A Single Page Application that allows the user to add new tasks, edit their description and remove finished ones.
- Host: GitHub
- URL: https://github.com/eduardosancho/react-todo-list
- Owner: eduardosancho
- Created: 2022-02-15T02:27:53.000Z (almost 3 years ago)
- Default Branch: development
- Last Pushed: 2022-02-15T16:11:08.000Z (almost 3 years ago)
- Last Synced: 2024-12-18T17:12:46.098Z (26 days ago)
- Language: JavaScript
- Size: 377 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# To-Do List
> A Single Page Application that allows the user to add new tasks, edit their description and remove finished ones.
![screenshot](app_screenshot.png)
## Live Demo
Check out this project live, click [here](https://eduardosancho.github.io/react-todo-list/)
## Built With
- Major languages: JavaScript, CSS
- Technologies used: React, Webpack
## Getting Started
To get a local copy up and running follow these simple example steps.
### Setup
Clone this repo into your local device by running the following command on your Terminal:
```
git clone https://github.com/eduardosancho/react-todo-list.git
```That will create a folder with the project inside it. Navigate into it to access the files.
Also remember to run:
```
npm install
```
This will update the dependencies and download necessary files.
### Usage
Before you begin testing and experimenting, remember to use the Terminal to create a branch by running:
``
git checkout -b
``Alternatively, if you use GitFlow, you can run the following command to create a new branch:
``
git flow feature start
``Your branch should be ready now, lets get to work.
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.
### Run Checks
Before pushing changes to your branch, I would recommend opening this file:``
/.github/workflows/linters.yml
``install and run stylelint, and eslint
These linters will help you fit your code to this repo's syntax standard.
### Deployment
Once you're done with your changes, remember to ``git pull`` before doing ``git push``.
This will update your local copy of the project if someone else made changes to the repo while you worked on your part.
## Author
👤 **Eduardo Sancho Solano**
- GitHub: [@eduardosancho](https://github.com/eduardosancho)
- Twitter: [@sanchitobless](https://twitter.com/sanchitobless)
- LinkedIn: [Eduardo](https://www.linkedin.com/in/eduardo-sancho-043641181/)
## 🤝 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.