Skip to content

Commit

Permalink
Merge pull request #1 from devLeticia/chimptok-2.0
Browse files Browse the repository at this point in the history
Chimptok 2.0
  • Loading branch information
devLeticia authored Jun 18, 2024
2 parents 9f3f330 + e54e78c commit 41fd78a
Show file tree
Hide file tree
Showing 158 changed files with 8,358 additions and 846 deletions.
20 changes: 12 additions & 8 deletions .firebase/hosting.ZGlzdA.cache
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
apple-touch-icon.png,1692741950000,6c2775039868c0880a0f0f7ea2f96d638fce974684a1c871f821cdd565655fe0
android-chrome-192x192.png,1692741950000,e3d1ebe94804b1d898f9d6d7ca08ae5095e0720cf213a5cfddc002402bc13f5a
android-chrome-512x512.png,1692741950000,e7254a1cc92b8b39c470a6446b7512341d14fe08ce18e776cdad2a77f5900a04
apple-touch-icon.png,1692741950000,6c2775039868c0880a0f0f7ea2f96d638fce974684a1c871f821cdd565655fe0
chimptok_logo.svg,1692732849649,17d904d3b736e4d6f423d970c90e5535a8a6cf253b587e6bd73cb520f9f0575f
chimptok_mascot.svg,1692733500711,91da2ce855be4a8acb1bc8e05fc6ce401971b0a6ad9358dc54fdc2889d861e12
favicon-16x16.png,1692741950000,5f7894deb6e0beaa92c0a72cd9351c8258157a15614b6442cb23666b4be26f8a
index.html,1692740441726,1df80141dbc3d223f495301a0a2378e6dedc635978415f9022d388f92a3c475b
favicon.ico,1692741950000,1738e0fef0ffc314183ba39e111394b9a13a5f4d645a8a4b31e58b52ee9a9023
assets/chimptok_logo-4e703299.svg,1692740441727,17d904d3b736e4d6f423d970c90e5535a8a6cf253b587e6bd73cb520f9f0575f
assets/chimptok_mascot-35a368d2.svg,1692740441726,91da2ce855be4a8acb1bc8e05fc6ce401971b0a6ad9358dc54fdc2889d861e12
android-chrome-512x512.png,1692741950000,e7254a1cc92b8b39c470a6446b7512341d14fe08ce18e776cdad2a77f5900a04
favicon-32x32.png,1692741950000,e3ca2bd8203682486b70449fffb2c906dfa1dba97d82d6019536b06b7b152b4e
site.webmanifest,1692741950000,378695d4af8bdaf357a5e2404faa02cc43fde62b92e2cb35f19e143dea1a1816
favicon.ico,1692741950000,1738e0fef0ffc314183ba39e111394b9a13a5f4d645a8a4b31e58b52ee9a9023
icon.png,1692741950000,e3d1ebe94804b1d898f9d6d7ca08ae5095e0720cf213a5cfddc002402bc13f5a
assets/index-8cbd223c.js,1692740441727,1e5dd08ecfc7e5247532eff59c0bb8c1b25c303d4e711fdc1ed6d273f26a7984
site.webmanifest,1692741950000,378695d4af8bdaf357a5e2404faa02cc43fde62b92e2cb35f19e143dea1a1816
index.html,1693913361615,e86eba5e90e0a7f712edb4fb1f732db1935dc83c9443538c739a6e2a009c5d1a
assets/chimptok_mascot-35a368d2.svg,1693913361614,91da2ce855be4a8acb1bc8e05fc6ce401971b0a6ad9358dc54fdc2889d861e12
assets/chimptok_logo-4e703299.svg,1693913361615,17d904d3b736e4d6f423d970c90e5535a8a6cf253b587e6bd73cb520f9f0575f
assets/chimp_meditating-23ddb957.svg,1693913361614,47d09af2a8faf27112a02e19426f3112d2403e95492bbd95c8c584af6771d5a8
assets/chimp_relaxing-4bbce189.svg,1693913361615,597822eb8988d445222f6cfef74f0a1602cdc7c9f59ec85af569f037a711ad00
chimp_relaxing.svg,1693256672795,597822eb8988d445222f6cfef74f0a1602cdc7c9f59ec85af569f037a711ad00
chimp_meditating.svg,1693241652124,47d09af2a8faf27112a02e19426f3112d2403e95492bbd95c8c584af6771d5a8
assets/index-3270dca5.js,1693913361615,ed305f879f812c2a3dde1f2300f571800e44d95f7d8d0c2d78cebd68b9309196
5 changes: 5 additions & 0 deletions auth.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"api_url" : "http://localhost:5000/api/v1",
"clientId" : "1234"
}

8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">

<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Roboto+Mono:wght@700&family=Roboto:wght@400;700&display=swap"
rel="stylesheet"
/>

<link href="https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,700;0,800;0,900;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&display=swap" rel="stylesheet">

<title>ChimpTok</title>
</head>
Expand Down
1,550 changes: 1,173 additions & 377 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,18 @@
"dependencies": {
"@babel/core": "^7.22.10",
"@hookform/resolvers": "^2.9.11",
"axios": "^1.6.7",
"date-fns": "^2.29.3",
"firebase": "^10.3.0",
"immer": "^9.0.19",
"jwt-decode": "^4.0.0",
"phosphor-react": "^1.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.5",
"react-router-dom": "^6.9.0",
"react-tooltip": "^5.25.0",
"recharts": "^2.10.3",
"styled-components": "^5.3.8",
"zod": "^3.21.4"
},
Expand Down
Binary file added public/Timer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions public/chimp-gestures/PeaceSign.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions public/chimp_flag_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/chimp_profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/chimptok_logo_2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 41fd78a

Please sign in to comment.