This clone was built for the purpose of studying, following this video.
- ReactJS
- TypeScript
- Styled Components
- Responsive Websites
Desktop version of the website.
Mobile version of the website.
This website is being deployed using Vercel on this link.
You need to have node.js
in your machine and a package manager (npm
or yarn
) to interpret the code and install the dependencies.
# To install all the dependencies
$ yarn install
# To run the project
$ yarn start
This repository is hosted under the MIT License.