SEDS Antariksh Programming Department Website

live website

Welcome to the SEDS Antariksh VIT Chennai Programming Department showcase website! This repository serves as a skill test for department members, allowing them to contribute by making pull requests to add their details.

Contribution Guidelines

To showcase yourself on the website, follow these steps:

  1. Fork this repository and clone in your computer.
  2. Create a new file named <your_name>.json under the src/data folder.
  3. Use the following JSON format to fill in your details: (NOTE- Make sure to put in the full url with https://)
    {
        "name": "Your Full Name",
        "branch": "Your Branch",
        "year": "Your Year",
        "linkedin": "Your LinkedIn Profile URL",
        "github": "Your GitHub Profile URL"
    }
  4. Save the file
  5. Commit the changes with an appropriate message, push it and create a pull request.

Example JSON Format

{
    "name": "Lenin Kennedy",
    "branch": "ECM",
    "year": "3rd",
    "linkedin": "https://www.linkedin.com/in/lenink",
    "github": "https://www.github.com/lem0n4id"
}