"To Do App" is a website built with React following the React Tutorial From Scratch: A Step-by-Step Guide (2021)
- React
To get a local copy up and running follow these simple steps.
- Code Editor (e.g. VS Code, Atom)
- Web browser
Step 1: Clone this repo locally using git
- Create a folder in your local machine
- Open your console in your folder and run this command:
https://github.com/dqarias/todo-app.git - Alternatively, you can just download the complete zip file and extract the folder in your directory
Step 2: Run in your project directory
- npm install Installs all the dependencies from the package.json
- npm run start
Runs the app in the development mode.
Open 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.
👤 Dino Quispe
- GitHub: @dqarias
- Twitter: @DinoRonald7
- LinkedIn: Dino Quispe
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse Staff
- Coding Partners
- Code Reviewers
This project is MIT licensed.