Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
c090074
feat: add router in client side
Sofialv05 Jul 8, 2024
23fe50f
style: add tailwind and flowbite config colors
Sofialv05 Jul 8, 2024
fa998b4
feat: add register page on client side
Sofialv05 Jul 8, 2024
e64768b
feat: add user profile form
Sofialv05 Jul 8, 2024
f25f221
style: add navbar and home layout
Sofialv05 Jul 8, 2024
31824a6
fix: navbar
Sofialv05 Jul 9, 2024
f74c8f7
fix: navbar again
Sofialv05 Jul 9, 2024
3ad3aca
feat: add register and login on server side
Sofialv05 Jul 9, 2024
6419129
feat: add google login on client side
Sofialv05 Jul 9, 2024
a231da3
feat: add google login on server side
Sofialv05 Jul 9, 2024
20a3a7c
fix: login page on client side
Sofialv05 Jul 9, 2024
592e0ae
feat: add models validations on server side
Sofialv05 Jul 9, 2024
45e34fe
feat: add all endpoints
Sofialv05 Jul 9, 2024
e4f6022
feat: add auth and delete feature
Sofialv05 Jul 9, 2024
06d20f0
fix: routes on server side
Sofialv05 Jul 10, 2024
1d3ca9b
fix: fix endpoints on server side
Sofialv05 Jul 10, 2024
a369e72
feat: add 3rd party api on server side
Sofialv05 Jul 10, 2024
c035974
feat: add open ai feature
Sofialv05 Jul 10, 2024
9a2ab1c
feat: add feature to change the cat status
Sofialv05 Jul 10, 2024
07d41c4
feat: add multiple image uploads
Sofialv05 Jul 10, 2024
ebad855
feat: add create feature from client side
Sofialv05 Jul 11, 2024
f87a17a
feat: add openai feature on client side
Sofialv05 Jul 11, 2024
0e3d9dc
feat:add breed details
Sofialv05 Jul 11, 2024
5e9143a
fix: fix patch adoption status
Sofialv05 Jul 11, 2024
b1068c4
docs: api docs
Sofialv05 Jul 11, 2024
389df0b
test: done all tests
Sofialv05 Jul 11, 2024
bc50e8a
deploy
Sofialv05 Jul 11, 2024
8a2ced4
fix:port server
Sofialv05 Jul 11, 2024
f7e853c
feat: redux tool
Sofialv05 Jul 12, 2024
28aa045
feat: implement errors
Sofialv05 Jul 12, 2024
8fdd324
chore: before deploy
Sofialv05 Jul 12, 2024
53e9d59
done deploy
Sofialv05 Jul 12, 2024
3117dbd
docs: fix docs
Sofialv05 Jul 12, 2024
d512faa
Merge pull request #1 from Sofialv05/development
Sofialv05 Jul 12, 2024
06770c8
Update README.md
Sofialv05 Jul 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
485 changes: 484 additions & 1 deletion README.md

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions client/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
module.exports = {
root: true,
env: { browser: true, es2020: true },
extends: [
"eslint:recommended",
"plugin:react/recommended",
"plugin:react/jsx-runtime",
"plugin:react-hooks/recommended",
],
ignorePatterns: ["dist", ".eslintrc.cjs"],
parserOptions: { ecmaVersion: "latest", sourceType: "module" },
settings: { react: { version: "18.2" } },
plugins: ["react-refresh"],
rules: {
"react/jsx-no-target-blank": "off",
"react-refresh/only-export-components": [
"warn",
{ allowConstantExport: true },
],
},
};
3 changes: 3 additions & 0 deletions client/.firebase/hosting.ZGlzdA.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
index.html,1720755510655,fe791474315393ec77015660f0e21691d8b2267022c6c6f4a85fdcf521bfeef6
assets/index-P2LPvUbh.css,1720755510654,435bd06cff460adac9b39442b16a706933593d68874336c1da63b4a5dcdf226a
assets/index-CeB3Dp5z.js,1720755510655,c7bb645b433a1d394ab135bb19c7139d9199a6a492848b2f95ed3e74f72c9f34
5 changes: 5 additions & 0 deletions client/.firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "i-project-64637"
}
}
29 changes: 29 additions & 0 deletions client/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

#any
client_secret.json
.env
notes.txt
8 changes: 8 additions & 0 deletions client/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
16 changes: 16 additions & 0 deletions client/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
18 changes: 18 additions & 0 deletions client/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="UTF-8" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cat Adoption App</title>
<script src="https://accounts.google.com/gsi/client" async></script>
</head>

<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>

</body>

</html>
Loading