Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mk4levi/tesla-clone-mk
- Owner: Mk4Levi
- Created: 2023-08-14T11:53:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-10T08:38:46.000Z (5 months ago)
- Last Synced: 2024-10-07T09:24:35.289Z (3 months ago)
- Topics: contexts, css3, html5, javascript, react-states, reactjs
- Language: JavaScript
- Homepage: https://bm-tesla-clone.netlify.app/
- Size: 4.82 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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