Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mk4levi/students-card-react-app

A React App which renders list of all Students in Cards
https://github.com/mk4levi/students-card-react-app

bootstrap5 css3 html5 javascript jsx react-hooks react-router reactjs

Last synced: 3 months ago
JSON representation

A React App which renders list of all Students in Cards

Awesome Lists containing this project

README

        

# Students-Card React-App

## Project's Link => https://students-card-react-app.vercel.app/

## # This is a React App which renders list of all the Students and fetch random images from unsplash-API to show it on the Student Card.

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 :

```bash
git clone https://github.com/Mk4Levi/Students-Card-React-App.git
```

3. Navigate to the Project's directory :

```bash
cd Students-Card-React-App
```

4. Install all Dependencies used in this Project :

```bash
npm install
```

5. Finally, host it on local server :

```bash
npm run dev
```

6. Now just search this in your browser to view the live running application in your Local sysytem :

```bash
http://localhost:5173
```

Paths & Files

### Structure of the Files in this Repo :

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

# Thank You