An open API service indexing awesome lists of open source software.

https://github.com/thecodermehedi/phum-client


https://github.com/thecodermehedi/phum-client

Last synced: about 1 year ago
JSON representation

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
```