Skip to content

Front-end dashboard built with React for students to track their courses, progress, scores, and view school updates and news.

Notifications You must be signed in to change notification settings

youssefelghamour/HolbertonSchoolDashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard1

Holberton School Dashboard

The Holberton School Dashboard is a school portal designed to help students track their academic progress and stay informed. It allows students to log in, view their courses, monitor their progress and scores, and keep up with the latest news and updates from the school.

Features

  • Student Login: Secure authentication for students to access their personalized dashboard.
  • Course Management: Students can view and track their enrolled courses, assignments, and scores.
  • Progress Tracking: Real-time tracking of academic performance and grades.
  • School Updates: Displays news, announcements, and updates from the school.
  • Responsive UI: A dynamic layout that adapts to both desktop and mobile devices.

Technologies Used

  • JavaScript (ES6): Language used for building the dashboard.
  • React: Frontend JavaScript library for building the user interface.
  • Redux: State management library for handling user data and application state.
  • React Router: For dynamic routing within the application.
  • Aphrodite: Library for managing inline styles and dynamic styling in React.
  • Redux Thunk: Middleware for handling async actions in Redux to fetch data from the API.
  • Normalizr: Data normalization library for the data fetched from the API.
  • Immutable.js: Data structures for managing state immutability.
  • Webpack: Module bundler for JavaScript applications.

Setup

To set up the School Dashboard locally:

  1. Clone the repository:
git clone https://github.com/youssefelghamour/HolbertonSchoolDashboard.git
  1. Navigate to the project directory:
cd HolbertonSchoolDashboard
  1. Install dependencies:
npm install
  1. Start the app:
npm start
  1. Access the app at http://localhost:8080

Demo Video

School.Dashboard.Demo.Video.mp4

Next Steps

The next step for this project would focus on adding a REST API backend using Express.js, MySQL to manage and store user data securely and Sequelize ORM for seamless database interaction and data modeling.

Authors

This project is derived from another one of my projects. To explore the full commit history or check out the original repository, visit this link.

Dashboard1

About

Front-end dashboard built with React for students to track their courses, progress, scores, and view school updates and news.

Topics

Resources

Stars

Watchers

Forks