Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mk4levi/tesla-clone-mk

Tesla Clone
https://github.com/mk4levi/tesla-clone-mk

contexts css3 html5 javascript react-states reactjs

Last synced: 2 months ago
JSON representation

Tesla Clone

Awesome Lists containing this project

README

        

# Tesla Clone

## Website Link => https://bm-tesla-clone.netlify.app/

## => Tesla Clone developed using React.

## Project's Screenshots =>

![image](./src/assets/ss1.jpg)
![image](./src/assets/ss2.jpg)
![image](./src/assets/ss3.jpg)

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/Tesla-Clone-MK.git
```

3. Navigate to the Project's directory :

```bash
cd Tesla-Clone-MK
```

4. Install all Dependencies used in this Project :

```bash
npm install
```

5. Finally, host it on local server :

```bash
npm run start
```

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

```bash
http://localhost:3000
```

Paths & Files

### Structure of the Folders & Files in this Repo :

```text
.
├── public/
├── src
│ ├── assets/
│ ├── components/
| └── Header.js
│ └── Footer.js
| └── Home.js
│ └── index.js

│ ├── config/
| └── firebaseConfig.js
│ └── index.js

│ ├── css/
| └── About.css
│ └── App.css
| └── Contacts

│ ├── pages/
| └── About.js
│ └── Contact.js
| └── Home.js
| └── Home2.js
│ └── Projects.js
| └── index.js
|
│ ├── App.js
│ ├── index.js
│ ├── vercel.json

├── .eslintrc.json
├── .gitattributes
├── .gitignore
├── index.html
├── package-lock.json
├── package.json
├── README.md
├── vite.config.js

```

# Thank You