Skip to content

chore: initialize project setup and clean repository layout - #5

Merged
Karvy-Singh merged 2 commits into
osdc:mainfrom
vihaanraina6:chore/repo-cleanup
Aug 16, 2026
Merged

chore: initialize project setup and clean repository layout#5
Karvy-Singh merged 2 commits into
osdc:mainfrom
vihaanraina6:chore/repo-cleanup

Conversation

@vihaanraina6

Copy link
Copy Markdown
Contributor
  • Add Vite dependency and configuration to frontend
  • Restructure frontend and database folder layout
  • Add favicon to frontend/public and frontend/src/assets
  • Move README and .gitignore file to root and make improvements

- Add Vite dependency and configuration to frontend
- Restructure frontend and database folder layout
- Add favicon to frontend/public and frontend/src/assets
- Move README and .gitignore file to root and make improvements
@vihaanraina6

Copy link
Copy Markdown
Contributor Author

Should we make folders per page (for ex. src/pages/login which will contain login.html, login.css and login.js) instead of using the current src/css which contains .css files and src/js/pages with .js files?

Though this might cause complicated URLs. We can maybe adopt the above file structure but keep the html files in root? (/frontend folder is considered root by vite)

I decided to keep it unchanged because it wasn't clear to me. I just moved the /css and /js folders inside /src

@Karvy-Singh
Karvy-Singh merged commit fd766b8 into osdc:main Aug 16, 2026
@vihaanraina6
vihaanraina6 deleted the chore/repo-cleanup branch August 16, 2026 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants