deveshk103 / StudentsShowcase

Welcome to the Students Profile Card Showcase project! This open-source project is all about learning that how to contribute in open source under the event of the HacktoberFest.

Home Page:https://studentsshowcase.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Profile Card Showcase

Welcome to the Students Profile Card Showcase project! This open-source project allows users to design and showcase their own profile cards using HTML and CSS. It's a fun way to learn web development while sharing your creativity with others.

Netlify Status Number of Visitors github stars GitHub contributors github forks GitHub commits GitHub issues linkedin

dddddd

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Basic knowledge of HTML and CSS.
  • Git installed on your computer.
  • An understanding of how to create a GitHub account and fork repositories.

Getting Started

  • After Cloning Students Showcase Project.
  • Open profileData.js file in the project.
  • Add your data in the userProfiles
  • After change, save the data.
  • Which is given below.
const userProfiles = [
  {
    username: "user1",
    name: "Danish Kamal",
    city: "Hyderabad",
    course: "MCA",
    work: "Frotend Developer",
    msgURL: "",
    linkedinURL: "",
    imageUrl: "https://randomuser.me/api/portraits/women/56.jpg",
    skills: [
      "UI / UX",
      "Front End Development",
      "HTML",
      "CSS",
      "JavaScript",
      "ReactJS",
      "Node",
    ],
  },
]

Contributing πŸ‘¨β€πŸ’»

Open Source Love svg1

  • Contributions make the open source community such an amazing place to learn, inspire, and create.
  • Any contributions you make are greatly appreciated.
  • Check out our contribution guidelines for more information.

License πŸ›‘οΈ

Students Showcase is licensed under the MIT License - see the LICENSE file for details.

Project Admin 😎


Danish Kamal

Contributor Over Time ⏳

Contributors over time

Project Contributors 🌟

Thanks a lot for spending your time helping Students Showcase grow. Thanks a lot! Keep rocking πŸŽ‰

About

Welcome to the Students Profile Card Showcase project! This open-source project is all about learning that how to contribute in open source under the event of the HacktoberFest.

https://studentsshowcase.netlify.app/


Languages

Language:JavaScript 47.4%Language:CSS 42.6%Language:HTML 10.0%