https://github.com/sboursen/react-todo
This project is the fruit of a walkthrough of the extensive introduction to React by ibaslogic
https://github.com/sboursen/react-todo
create-react-app css3 react
Last synced: 24 days ago
JSON representation
This project is the fruit of a walkthrough of the extensive introduction to React by ibaslogic
- Host: GitHub
- URL: https://github.com/sboursen/react-todo
- Owner: Sboursen
- License: mit
- Created: 2022-03-21T06:50:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T14:34:52.000Z (about 3 years ago)
- Last Synced: 2024-04-21T07:40:05.752Z (about 1 year ago)
- Topics: create-react-app, css3, react
- Language: JavaScript
- Homepage: https://sboursen.github.io/React-todo/
- Size: 3.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React-Todo

> **React-Todo** is an SPA made for people who want to have an organised list for their day-to-day tasks. It is fruit of a walkthrough of the extensive introduction to React, originally made by [ibaslogic](https://ibaslogic.com/react-tutorial-for-beginners/).
## Built With
- React (CRA)
## sneak peek

## Getting Started
**Prerequisites:** A Web Browser (preferably FireFox or Chrome)
To get a local copy up and running follow these simple example steps.### **Option 1**
#### Use the live Website
[React-Todo Website](https://sboursen.github.io/React-todo/)
### **Option 2**
#### Set up your own copy locally
- Clone [the GitHub Repository](https://github.com/Sboursen/React-todo)
- Go to the Project `cd React-todo`
- Run `npm install` to install the _dependencies_
- Run `npm start` to run the live server.## About me
👤 **Soufiane Boursen**
- GitHub: [@Sboursen](https://github.com/Sboursen)
- Twitter: [@sboursen_dev](https://twitter.com/sboursen_dev)
- LinkedIn: [@sboursen](https://linkedin.com/in/sboursen)## Contributors
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!
## Acknowledgment
- This React tutorial was originally made by [ibaslogic](https://ibaslogic.com/react-tutorial-for-beginners/)
## 📝 License
This project is under the [MIT](./LICENSE) license.