Skip to content

Nazaruk-D/CarShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tesla


image


Description

This project is a replica of the website www.tesla.com.
The emphasis was placed on recreating an exact copy of the website as it existed at the time of its creation.
Additionally, the server-side functionality was implemented, including registration capabilities.
A client profile page was created, allowing users to edit their information. Furthermore, an administrator panel was included.
About the team: Dmitry Nazaruk, Nikita Znak.
Demo: https://nazaruk-d.github.io/CarShop/


gif


The following libraries are installed in this project:

  • react

  • @reduxjs/toolkit

  • @types/react-dom

  • react-router-dom

  • typescript

  • formik

  • axios

  • react-scroll

  • web-vitals

  • video.js

  • jest

  • sass


How to start a project

After git clone 'link' install all dependencies from package.json:

yarn

and then run the project:

yarn start