Big Booster Learning App is a web application designed for 12th-grade students to access and download study materials in PDF format. The application also provides teachers an interface to upload and manage PDF files. The project is built using React.
- Home Page: Welcome page with a "Start" button redirecting to the student page.
- Student Page: View all available PDF files with options to sort and filter by:
- Date
- File name
- Tag names
- Duration of course
- Subjects
- Download PDFs: Students can download the PDFs.
- Upload Page: Teachers can upload PDF files with details:
- Name
- Subject
- Marks
- Duration
- Tags
- Description
- Manage PDFs Page: Teachers can view all uploaded PDF files with options to:
- View
- Download
- Delete
The project is organized into the following structure:
big-booster-learning-app/
│
├── public/
│ ├── index.html
│ └── ...
│
├── src/
│ ├── components/
│ │ ├── navbar.jsx
│ │ ├── sidebar.jsx
│ │ ├── style.css
│ │ ├── teacherNavbar.jsx
│ │ ├── teacherpdfitem.jsx
│ │ └── ...
│ │
│ ├── pages/
│ │ ├── home/
│ │ | ├── index.jsx
│ │ | ├── style.css
| | |
| | ├── student/
| | | └── ...
| | ├── teacherFiles/
| | | └── ...
| | ├── teacherUpload/
| | | └── ...
| | └── ...
│ │
│ ├── App.js
│ ├── index.js
│ └── ...
│
├── .env
├── .gitignore
├── package.json
├── README.md
└── ...
- Node.js (>= v20.13.1)
- npm (>= 10.5.2)
-
Clone the repository:
git clone https://github.com/zishanverse/learning_material_client cd learning_material_client
-
Install dependencies:
npm install
To start the development server, run:
npm start
Open http://localhost:3000 to view it in the browser.
- Click the "Start" button to navigate to the Student Page.
- View all available PDFs.
- Use sorting and filtering options to find the desired PDFs.
- Click on a PDF to download it.
- Fill in the details and upload a PDF file for students.
- View all uploaded PDFs.
- Use options to view, download, or delete any PDF.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for details.
Feel free to reach out if you have any questions or need further assistance.
Happy learning!