Amrit Web-Dev Assignment

# IITK BSBE Students-List

Getting Started

  1. To get started with this project, you will need to have Node.js and NPM installed on your system.

  2. First, you need to open a Terminal in your system and Clone this repository by using :

git clone https://github.com/PirateKing55/IITK-BSBEstudentsList-PreTask.git
  1. Navigate to the Project's directory :
cd IITK-BSBEstudentsList-PreTask
  1. Install all Dependencies used in this Project :
npm install
  1. Finally, host it on local server :
npm run dev
  1. Now just search this in your browser to view the live running application in your Local sysytem :
http://localhost:5173

Paths & Files

Structure of the Files in this Repo :

.
├── public
│  └──images
├── src
│  ├── components
│       ├── Header.jsx
│       ├── Footer.jsx
│       ├── Card.jsx
│       ├── CreateCard.jsx
│       ├── students-data.js
│  ├── css
│       ├── style.css
│  ├── App.jsx
│  ├── index.jsx
├── index.html
├── README.md
├── package.json
├── package-lock.json
├── .gitignore
├── .gitattributes
├── vite.config.js

Thank You