diff --git a/README.md b/README.md index 36daf341..a7dc811b 100644 --- a/README.md +++ b/README.md @@ -6,17 +6,13 @@ # Todo - useContext Project -Replace this readme with your own information about your project. - -Start by briefly describing the assignment in a sentence or two. Keep it short and to the point. +Todo app where you list your todos, delete when finished. ## Getting Started with the Project ### Dependency Installation & Startup Development Server -Once cloned, navigate to the project's root directory and this project uses npm (Node Package Manager) to manage its dependencies. - -The command below is a combination of installing dependencies, opening up the project on VS Code and it will run a development server on your terminal. +Zustand, useContext ```bash npm i && code . && npm run dev @@ -24,11 +20,12 @@ npm i && code . && npm run dev ### The Problem -Describe how you approached to problem, and what tools and techniques you used to solve it. How did you plan? What technologies did you use? If you had more time, what would be next? + ### View it live -Every project should be deployed somewhere. Be sure to include the link to the deployed project so that the viewer can click around and see what it's all about. +Netlify: https://mytodos-erika.netlify.app/ +https://typescript--mytodos-erika.netlify.app/ ## Instructions diff --git a/index.html b/index.html index 09bcfb14..e6bf95c2 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,6 @@
- +