Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.09 KB

File metadata and controls

29 lines (20 loc) · 1.09 KB

React Todo App with Local Stroage

During the course of this series, we’ll use React to build out a todo app that saves and loads to local storage.

📹 Link to YouTube video 📹

Preview of Landing Page

Lesson Help

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.

Preview of downloading code in github

To get a project up and running:

  1. Unzip the project you downloaded.
  2. Open the unzipped directory in you code editor.
  3. Run pnpm install to install all the dependencies.
  4. Run pnpm run dev to start the app.

Assumptions

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.

Connect With Me