During the course of this series, we’ll use React to build out a todo app that saves and loads to local storage.
If you get stuck on any lesson in the series, navigate to the course branch for your current lesson and view or download the code for more help.
To get a project up and running:
- Unzip the project you downloaded.
- Open the unzipped directory in you code editor.
- Run
pnpm install
to install all the dependencies. - Run
pnpm run dev
to start the app.
In this series, I’ll assume you have a working knowledge of HTML and vanilla JavaScript. It would also help to have a basic understanding of React.
- My YouTube Channel: https://www.youtube.com/c/CodinginPublic
- Website: https://codinginpublic.dev
- Blog: https://chrispennington.blog
- Twitter: https://twitter.com/cpenned
- Patreon: https://www.patreon.com/coding_in_public