Learn Fullstack Development by building a Todo List application! Powered by Kreative Horizon Labs Prerequisites Install Node JS if you do not have it already Run node --version if you are not sure if you have it Running: Clone this repo by running git clone git@github.com:ChrisTague1/todo-workshop.git Open todo-workshop in VS Code Run npm ci && npm run dev Creating from Scratch Run npm create vite@latest Pick React with Javascript Delete index.css, and replace App.css with this App.css Write React code : ) Setting Up the Backend Create an account with Supabase Hosting Create an account with Vercel