diff --git a/.env.example b/.env.example deleted file mode 100644 index f542c9b4..00000000 --- a/.env.example +++ /dev/null @@ -1,4 +0,0 @@ -API_URL=http://localhost:8080 -REACT_APP_AUTH0_DOMAIN=dev-auth0domain-goes-here.us.auth0.com -REACT_APP_AUTH0_CLIENT_ID=some-client-id-goes-here -REACT_APP_AUTH0_AUDIENCE=https://dev-find-this-under-APIs-in-the-dashboard.us.auth0.com/api/v2/ diff --git a/.gitignore b/.gitignore index 4f5ff540..08105c27 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ node_modules .env -dist/main.* \ No newline at end of file +dist/main.* +.txt +cookies.txt +*.cookies diff --git a/ISSUE-guest-logout-on-refresh.md b/ISSUE-guest-logout-on-refresh.md new file mode 100644 index 00000000..e69de29b diff --git a/ISSUE-poll-viewing-backend-integration.md b/ISSUE-poll-viewing-backend-integration.md new file mode 100644 index 00000000..e69de29b diff --git a/README.md b/README.md index 4604947a..0ae231f9 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,22 @@ With that done, run the following commands: 3. Preview your React app: `npm run start-dev` You should be able to deploy this application to Vercel by simply connecting the GitHub repo to a new Vercel project. You will also need to configure the `API_URL` environment variable on Vercel to match the deployed API url for your backend. Likewise, you may need to configure the `FRONTEND_URL` environment varialbe on your Backend to match the deployed URL for this app. + +# Team's Norm +[Google Docs- Team 1 Norms](https://docs.google.com/document/d/1RHJ7jtspaNzsc--etkQTvNSEmy2uNYQkhy2pSislH18/edit?tab=t.wb6r1sewz6o8) +| **Name** | **Day** | **Availability** | **Notes** | +| ----------- | ----------------- | ------------------------------------ | --------------------------- | +| **Olivia** | Monday | On campus until 2:30 PM | Available after midnight | +| | Wednesday | On campus until 2:30 PM | Available after midnight | +| | Thursday | On campus until 2:30 PM | Available after midnight | +| **Hailia** | Monday | 9:00 AM – 4:30 PM (Internship hours) | Attention may be split | +| | Wednesday | 9:00 AM – 4:00 PM (Internship hours) | Attention may be split | +| | Thursday | 9:00 AM – 2:30 PM (Internship hours) | Attention may be split | +| | Tuesday (July 16) | **Unavailable** | Off campus | +| **Tran Vo** | Monday | 9:00 AM – 5:00 PM | Fully available | +| | Tuesday | 9:00 AM – 2:30 PM | Not available after 3:00 PM | +| | Wednesday | 9:00 AM – 2:30 PM | Not available after 3:00 PM | +| | Thursday | 9:00 AM – 5:00 PM | Fully available | +| | Friday | 9:00 AM – 5:00 PM | Not available after 3:00 PM | +| **Flo** | | | Available 24/7 | + | diff --git a/dist/favicon.ico b/dist/favicon.ico deleted file mode 100644 index f63c4b5f..00000000 Binary files a/dist/favicon.ico and /dev/null differ diff --git a/dist/index.html b/dist/index.html index e864e00a..5ab4de6f 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1,13 +1,14 @@ - + -
+ + - - -