A project from The Odin Project.
- React
- CSS
- Vite
The goal of this project was to make a fully responsive portfolio site. A design was provided and it was up to me to implement it using media queries and naturally responsive elements. Based on the size of the user's browser window, the page adjusts the content to display the page to best show off the various elements.
How to install this project locally
- Clone the repository:
SSH - $ git clone [email protected]:singhalex/portfolio_practice.git
- Move to the cloned directory
$ cd shopping-cart
- Install the dependencies
$ npm i