Skip to content

FOSS-Cell-GECPKD/project_archive

 
 

Repository files navigation

ProjectArchive

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.


🚀 Features

  • 📌 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.

📽️ Demo Video

Watch the Video


🛠️ Tech Stack

  • Frontend: HTML, CSS, JavaScript
  • Hosting: GitHub Pages

👨‍💻 Team Members

  • Shadil AM
  • Sorraj
  • Abhijith
  • Abhiram

🏫 Want to Use This for Your Own College?

Absolutely! You can easily reuse and customize this project for your own institution or student community:

  1. Fork this repository
    This lets you receive any future updates while keeping your own customizations.

  2. Clone your fork locally

    git clone https://github.com/yourusername/ProjectArchive.git
  3. Update Branding

    • Change the name in the loading screen and navbar to match your institution.
      This can be done in the components/ folder.
    • Look for Loading.js, Navbar.js, or similarly named files.
  4. 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.
  5. 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.

📜 How to Contribute

  1. Fork the repository.
  2. Clone it: git clone https://github.com/yourusername/ProjectArchive.git
  3. Create a new branch: git checkout -b feature-name
  4. Make your changes and commit: git commit -m 'Your Message'
  5. Push changes: git push origin feature-name
  6. Open a Pull Request.

📩 Contact

For any queries, feel free to reach out:


Empowering students by showcasing their projects!

About

this is a project collection static website made to collect project of college students

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.9%
  • Other 1.1%