Add frontend

This commit is contained in:
pratik
2025-10-23 08:10:15 -05:00
parent 23dacdd0c2
commit c35cd7092a
28 changed files with 2243 additions and 4 deletions

25
frontend/.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# Node
node_modules/
npm-debug.log
yarn-error.log
# Angular
dist/
.angular/
.ng_build/
.ng_pkg_build/
# IDEs
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.local