https://github.com/thecodermehedi/phum-client
https://github.com/thecodermehedi/phum-client
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/thecodermehedi/phum-client
- Owner: thecodermehedi
- Created: 2024-11-23T02:05:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-08T20:25:05.000Z (over 1 year ago)
- Last Synced: 2025-01-23T18:11:47.862Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 237 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PH University Management Application
## Description
This is a simple university management application that allows users to manage students, courses, and enrollments. The application is built using TypeScript, Node.js, Express.js, MongoDB, and React.js.
### Project Structure
```css
📦phum-client
┣ 📂public
┃ ┗ 📜vite.svg
┣ 📂src
┃ ┣ 📂assets
┃ ┃ ┣ 📂icons
┃ ┃ ┣ 📂images
┃ ┃ ┗ 📜react.svg
┃ ┣ 📂components
┃ ┃ ┣ 📂form
┃ ┃ ┣ 📂layout
┃ ┃ ┃ ┗ 📜MainLayout.tsx
┃ ┃ ┗ 📂ui
┃ ┣ 📂config
┃ ┣ 📂hooks
┃ ┣ 📂lib
┃ ┣ 📂pages
┃ ┣ 📂redux
┃ ┣ 📂routes
┃ ┣ 📂styles
┃ ┣ 📂utils
┃ ┣ 📜App.tsx
┃ ┣ 📜index.css
┃ ┣ 📜main.tsx
┃ ┗ 📜vite-env.d.ts
┣ 📜.env.example
┣ 📜.gitignore
┣ 📜bun.lockb
┣ 📜eslint.config.js
┣ 📜index.html
┣ 📜package.json
┣ 📜README.md
┣ 📜tsconfig.app.json
┣ 📜tsconfig.json
┣ 📜tsconfig.node.json
┗ 📜vite.config.ts
```