EduConnect is a multipage web application for students, allowing them to #, log in, and access various resources such as course materials, a resource library, announcements, and a contact directory.
- NPM: Install npm
npm install
Read the Package.json file
This project is using Firebase Auth for user authentication and [Bootstrap] for styling
project-root/
│
├── index.html
├── admin.html
├── email-verification.html
├── main.html
├── password-reset.html
├── #.html
|
├── css/
│ ├── sstyles2.css
| ├── email-verification.css
| ├── for-password.css
| ├── main.css
| ├── res.css
│ └── custom-bootstrap.css
│
├── js/
│ ├── app.js
│ ├── admin.js
| ├── forgot-password.js
│ └── #.js
│
├── images/
│ ├── background.jpg
│ ├── icon.png
| ├── icon1.png
| ├── logo.png
| ├── search.svg
| ├── undraw_online_reading_np7n.svg
│ └── undraw_opened_re_i38e.svg
│
├── node_modules/ # This will be generated by npm
│
├── .gitignore
│
├── package-lock.json
|
└── package.json