A website that I created for a local company in San Diego that serves hard Yurba Tea drinks!
- React.js
- JavaScript
- Hooks
- styled-components
- npm
- HTML 5
- CSS3
- gsap
- React Router
- User can view a list of drinks that kove sells.
- User can click on drinks and find details for them.
-
Clone the repository.
git clone https://github.com/Austin-Imbastari/kove-drink-website.git cd kove-website -
Install all dependencies with NPM.
npm install
-
Run the webpack development server.
npm start
