A React-based web application designed for CSE-D students of Keshav Memorial Institute of Technology (Batch 2020-2024). This platform helps in managing student details, projects, achievements, extracurricular activities, and registration forms seamlessly.
β
Student Details Management β Store and view student profiles.
β
Projects Section β Keep track of students' academic and personal projects.
β
Achievements β Showcase awards, certifications, and accomplishments.
β
Extracurricular Activities β Highlight studentsβ participation in clubs and events.
β
Registration Form β Streamlined student registration process.
- Frontend: React.js, React Router
- Styling: CSS
- State Management: React State
- Routing: React Router
git clone https://github.com/your-username/StudentManagementSystem.git
Run the following commands: cd StudentManagementSystem then cd sma
npm install
npm start - The app will be available at http://localhost:3000 π
StudentManagementSystem/sma/
β-- src/
β βββ components/
β β βββ NavBar.js
β β βββ Home.js
β β βββ StudentDetails.js
β β βββ Projects.js
β β βββ Achievements.js
β β βββ ExtraCurricular.js
β β βββ RegistrationForm.js
β β βββ style1.css
β β βββ style2.css
β β βββ style3.css
β β βββ style4.css
β β βββ style5.css
β β βββ style6.css
β βββ App.js
β βββ index.js
β βββ App.css
β-- public/
β-- package.json
β-- README.md