Skip to content

EduConnect is a multipage web application for students, allowing them to #, log in, and access various resources such as course materials, blogs, a resource library, announcements, and a contact directory.

Notifications You must be signed in to change notification settings

Tobennaaustin/Educonnect

Repository files navigation

EduConnect

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.

Prerequisites

  1. NPM: Install npm
    npm install 

Important!!

Read the Package.json file

About

This project is using Firebase Auth for user authentication and [Bootstrap] for styling

Structure

    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

About

EduConnect is a multipage web application for students, allowing them to #, log in, and access various resources such as course materials, blogs, a resource library, announcements, and a contact directory.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published