ProjectArchive is a static website designed for students at Engineering College to showcase their projects. This platform provides students with visibility, helps them secure internships, and allows recruiters to assess their potential.
- 📌 Centralized Repository – A dedicated space to store and showcase student projects.
- 🌍 Industry Exposure – Helps students gain recognition and attract recruiters.
- 🔍 Recruitment Support – Enables alumni and hiring managers to find talented students.
- 💡 Inspiration & Collaboration – Encourages students to innovate and collaborate on projects.
- Frontend: HTML, CSS, JavaScript
- Hosting: GitHub Pages
- Shadil AM
- Sorraj
- Abhijith
- Abhiram
Absolutely! You can easily reuse and customize this project for your own institution or student community:
-
Fork this repository
This lets you receive any future updates while keeping your own customizations. -
Clone your fork locally
git clone https://github.com/yourusername/ProjectArchive.git
-
Update Branding
- Change the name in the loading screen and navbar to match your institution.
This can be done in thecomponents/
folder. - Look for
Loading.js
,Navbar.js
, or similarly named files.
- Change the name in the loading screen and navbar to match your institution.
-
Edit Projects Data
- All project information is stored in:
data/project.json
- To add, edit, or delete project details, make changes directly in this file.
- All project information is stored in:
-
Deploy with GitHub Pages
Once you're done customizing, deploy it using GitHub Action:- Go to your repo settings → Pages → select the main branch and
/ (root)
folder.
- Go to your repo settings → Pages → select the main branch and
- Fork the repository.
- Clone it:
git clone https://github.com/yourusername/ProjectArchive.git
- Create a new branch:
git checkout -b feature-name
- Make your changes and commit:
git commit -m 'Your Message'
- Push changes:
git push origin feature-name
- Open a Pull Request.
For any queries, feel free to reach out:
- 📧 Email: [[email protected]]
- 🌐 Website: ProjectArchive
✨ Empowering students by showcasing their projects!