jelaxshan / tesla

Hobby project to recreate the Tesla homepage using React, Styled Components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netlify Status

Tesla Homepage Clone

This is just a hobby project (educational).

  1. Available scripts
  2. Technology stack
  3. Useful information

npm start - run development server with hot reload mode,

npm build - build distributon package,

npm run lint - run lints,

npm run lint:code - run lint for typescript / javascript files,

npm run lint:style - run lint for style files,

npm test - run tests,

npm run test:watch - run tests with watch mode,

npm run test:coverage - run tests and generate coverage report.

Before you commit or push something on repository, Husky will run code lints and tests.

TODO:

  1. Adding Mobile menu and fix a lot of style issues both mobile and web.
  2. Add tests
  3. Finish it with adding all links

About

Hobby project to recreate the Tesla homepage using React, Styled Components


Languages

Language:TypeScript 85.4%Language:JavaScript 12.2%Language:HTML 2.4%