Todo-react is an App that helps the user to Create, Read, Updtate and Delete (CRUD) tasks from a tasklist. The main goals of this projects are:
- Using class components and then turn the class components into functional components.
- Use Hooks and props to communicate between components.
- React Create React App
- JSX
- CSS
Not yet available, you can check another project here
To get a local copy up and running follow these simple example steps. (NPM)
- Open your terminal
- Navigate to the directory where you want your project cloned
- Clone the project using
git cloneor just copy the command below:
git clone https://github.com/OscarFMdev/todo-react.git
-
Open the project with your IDE like Visual Studio Code
-
Run
npm installto get the dependenciesnot sure how to use npm? Read this.
-
Run webpack:
- Production:
npm run build - Development:
not sure how to use npm? Read this.
npm run start
- Having an IDE .
- Having Git installed and configured.
- Clone the repository
- Open the folder with your IDE
- Get the dependencies with
npm install- not sure how to use npm? Read this.
👤 Oscar Fernández Muñoz
- GitHub: @OscarFMdev
- Twitter: @OscarFMdev
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.