This React project provides a platform for college students to explore and view laboratory experiments for various courses. Students can select a course of interest and access detailed information about the corresponding lab experiments, including the aim, algorithm, program, output, and result.
- Course Selection: Students can choose from a list of available courses.
- Lab Experiments: Detailed information about lab experiments for the selected course.
- Experiment Sections: Each experiment includes sections for aim, algorithm, program, output, and result.
The project is organized into the following components:
- src/Components: Contains reusable components used throughout the application.
- src/Pages: Each course has its dedicated page with lab experiments.
- src/Data: Experiment data is stored here, organized by course.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/college-react-lab.git
-
Navigate to the project repository
cd college-react-lab
-
Install Dependencies
npm Install
-
Run
npm run dev
Follow the localhost url port which is displayed in the terminal
Contributions such as Addition of Features, Improvising UI are welcome