Skip to content

Commit

Permalink
Add: Sign in and Sign out feature (#23)
Browse files Browse the repository at this point in the history
* add: sign in and sign out

* add: auth context

* remove : unwanted comments

* fix: tests

* Rename navbar.tsx to Navbar.tsx

* nit: remove unwanted import
  • Loading branch information
MehulKChaudhari authored Jan 8, 2025
1 parent b245dd5 commit fd04ba4
Show file tree
Hide file tree
Showing 17 changed files with 731 additions and 180 deletions.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:server": "vite --port 4000",
"dev:reverse-ssl": "local-ssl-proxy --source 443 --target 4000",
"dev": "run-p dev:*",
"build": "tsc -b && vite build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
Expand All @@ -17,8 +19,12 @@
},
"dependencies": {
"framer-motion": "^11.11.17",
"local-ssl-proxy": "^2.0.5",
"npm-run-all": "^4.1.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.5.1",
"react-icons": "^5.4.0",
"react-router-dom": "^6.28.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit fd04ba4

Please sign in to comment.