Skip to content

Latest commit

 

History

History
151 lines (105 loc) · 5.91 KB

File metadata and controls

151 lines (105 loc) · 5.91 KB

Class & Department Management System for Managers

1

📔 Table of Contents

‼️ Folder Structure

Here is the folder structure of this app.

Next14-StudentRegistrationApp/
  |- components/
  |- app/
    |-- [slug]/
    |-- application/
    |-- class/
    |-- teachers/
    |-- global.css
    |-- favicon.ico
    |-- page.tsx
    |-- layout.tsx
  |- public/
  |- state/
  |- fetch/
  |- .eslintrc.json
  |- .gitignore
  |- middleware.ts
  |- next.config.js
  |- package-lock.json
  |- package.json
  |- postcss.config.js
  |- tailwind.config.js
  |- tsconfig.js

🧰 Getting Started

  1. Make sure Git and NodeJS is installed.

  2. Clone this repository to your local computer.

  3. Open terminal in root directory. Run npm install --legacy-peer-deps or yarn install --legacy-peer-deps.

  4. Now app is fully configured 👍 and you can start using this app using npm run dev or yarn dev.

📷 Screenshots:

1 2 3 4 5 6 7 8

⚙️ Tech Stack

React JS Next JS JavaScript Tailwind CSS Supabase Prisma

🔧 Stats

Final VIP Kurs - Google Chrome 11 12 2024 01_45_12

🙌 Contribute

You might encounter some bugs while using this app. You are more than welcome to contribute. Just submit changes via pull request and I will review them before merging. Make sure you follow community guidelines.

💎 Acknowledgements

Useful resources and dependencies that are used in Class & Department Management System.

Production Dependencies

Development Dependencies

🚀 Follow Me

GitHub followers Twitter YouTube

📚 Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

⭐ Give A Star

You can also give this repository a star to show more people and they can use this repository.