This project is a student dashboard web application that allows you to view student information, cohort details, and add 1-on-1 notes for each student.
- View a list of students and their basic information.
- Filter students by cohort using the sidebar.
- View additional details for each student, including CodeWars progress, scores, certifications, and notes.
- Add 1-on-1 notes for individual students.
- Clone the repository:
- git clone https://github.com/your-username/student-dashboard.git
- cd student-dashboard
- Install dependencies:
- npm install
- Start the server:
- npm start
- Open your browser and navigate to
https://remarkable-lokum-e7160a.netlify.app/to access the Student Dashboard application. - Use the sidebar to filter students by cohort and select individual students to view their details.
- Add 1-on-1 notes for students using the "Add Note" button in the Student Details section.
- React.js: A JavaScript library for building user interfaces.
- CSS: Styling for the components and layout.
- JSON: Data storage for student information.