Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 950 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 950 Bytes

React Todo App.

SVG for CheckBox: [mentioned in the video]

<svg viewBox="0 0 53 38" fill="none" xmlns="http://www.w3.org/2000/svg">
	<path
		fill="none"
		strokeMiterlimit="10"
		strokeWidth="6"
		d="M1.5 22L16 36.5L51.5 1"
		strokeLinejoin="round"
		strokeLinecap="round"
	></path>
</svg>

Starter files

You can find all the starter files in starter-files branch. You can to go to the starter-files branch and download zip the the starter files or You can clone the project and git checkout to starter-files branch.

Getting Started

The recommended way to get started with the project is Follow the YouTube tutorial. You will find all the step-by-step guides. Or you Can start the project on your own by following the guide below.

After getting the starter files, you need to go the file directory and run

npm install

and after that start the dev server.

npm start

Happy Coding! 🚀