-
To get started with this project, you will need to have
Node.js
andNPM
installed on your system. -
First, you need to open a
Terminal
in your system andClone
this repository by using :
git clone https://github.com/PirateKing55/IITK-BSBEstudentsList-PreTask.git
- Navigate to the Project's directory :
cd IITK-BSBEstudentsList-PreTask
- Install all Dependencies used in this Project :
npm install
- Finally, host it on local server :
npm run dev
- Now just search this in your browser to view the live running application in your Local sysytem :
http://localhost:5173
.
├── 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