Skip to content

Mk4Levi/Tesla-Clone-mk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tesla Clone

=> Tesla Clone developed using React.

Project's Screenshots =>

image image image

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/Mk4Levi/Tesla-Clone-MK.git
  1. Navigate to the Project's directory :
cd Tesla-Clone-MK
  1. Install all Dependencies used in this Project :
npm install
  1. Finally, host it on local server :
npm run start
  1. Now just search this link in your browser to view the live running application in your Local sysytem :
http://localhost:3000

Paths & Files

Structure of the Folders & Files in this Repo :

.
├── 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