From f144196aad8382cc66bf607300869c3590fdc44d Mon Sep 17 00:00:00 2001 From: metehanozdev Date: Sat, 25 Nov 2023 15:43:19 -0600 Subject: [PATCH 1/3] Added and tested plan for the project --- client/src/App.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/client/src/App.js b/client/src/App.js index 46a7535..1954872 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -1,5 +1,5 @@ +import React from "react"; import Routes from "./components/Routes"; -import { LoginContextProvider } from "./contexts/LoginContext.js"; import { RegisterContextProvider } from "./contexts/RegisterContext"; import { UserContextProvider } from "./contexts/UserContext"; @@ -11,11 +11,9 @@ function App() { return ( <> - - - - - + + + ); From 58b3a60045236d59b174236f610776ecb1b25ab3 Mon Sep 17 00:00:00 2001 From: metehanozdev Date: Wed, 29 Nov 2023 18:29:04 -0500 Subject: [PATCH 2/3] Wrap Routes component with LoginContextProvider in App.js --- client/src/App.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/src/App.js b/client/src/App.js index 1954872..220f8b9 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -2,6 +2,7 @@ import React from "react"; import Routes from "./components/Routes"; import { RegisterContextProvider } from "./contexts/RegisterContext"; import { UserContextProvider } from "./contexts/UserContext"; +import { LoginContextProvider } from "./contexts/LoginContext"; /** *To avoid bloated App.js component, page routes created at Routes.js component. @@ -12,7 +13,9 @@ function App() { <> - + + + From 14d296c0aeee8e9d3f9125c573c90cd5eb548b84 Mon Sep 17 00:00:00 2001 From: FumeDev Date: Mon, 22 Jan 2024 15:32:39 -0800 Subject: [PATCH 3/3] test commit --- docs/ideas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ideas.md b/docs/ideas.md index 5566745..13749f6 100644 --- a/docs/ideas.md +++ b/docs/ideas.md @@ -1,6 +1,6 @@ # Reference random ideas for user stories -## This is a temporary file that includes ideas that can be converted to features, please feel free to add whatever comes to your mind. +## This is a temporary file that includes ideas that can be converted to features, please feel free to add whatever comes to your mind - develop understanding of 5R (reduce, reuse, repair, rot, recycle) - recycling instructions based on each state's local law