Skip to content

Latest commit

 

History

History
118 lines (80 loc) · 3.06 KB

File metadata and controls

118 lines (80 loc) · 3.06 KB

Tesla Homepage Clone

A clone of the Tesla homepage!
View Demo »

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. License
  5. Contact
  6. Acknowledgements

About The Project

This project has been an attempt of mine, to use my React.js and Material-UI skills, to build a clone of the Tesla homepage.

Built With

These are the technologies that I used to build the clone:

  • React.js
  • Material-UI

Getting Started

To get a local copy of the Tesla clone, up and running on your browser, follow these steps.

Prerequisites

In order to be able to run the clone successfully on the browser of your system, the following needs to be installed on your system:

  1. An adequate version of Node.js

Installation

  1. Fork this repository
  1. Clone the repository

    git clone https://github.com/[your_username]/tesla-clone.git
  2. Navigate into the root directory

    cd tesla-clone
  3. Install the dependencies, needed for the project

    npm install
  4. Run the clone on your browser

    npm start

Usage

Once you have successfully installed the required dependencies and started the clone on your browser (it usually runs on port 3000 of the local host, by default), have fun going through it!

License

The README template, used for this project, was distributed under the MIT License. See LICENSE for more information.

Contact

Shuvadarshan Bhual

Acknowledgements