diff --git a/README.md b/README.md index 9a522b2..14baa94 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,8 @@ # Audiophile -This is my solution to [Frontend Mentor's Audiophile e-commerce website challenge](https://www.frontendmentor.io/challenges/audiophile-ecommerce-website-C8cuSd_wx). [View the project live](https://bruncun-audiophile.herokuapp.com). - -## Codebase - -![Visualization of the codebase](./diagram.svg) - -## Stack - -- React -- React Query -- React Router -- React Hook Form -- React Intersection Observer -- Create React App -- Craco -- TypeScript -- Bootstrap -- Sass -- Cypress -- JSON Server +![A screenshot of the home screen](home-screenshot.png "Audiophile home screen") + +This is my solution to [Frontend Mentor's Audiophile e-commerce website challenge](https://www.frontendmentor.io/challenges/audiophile-ecommerce-website-C8cuSd_wx). The motivation for this project was to use create a performant and visually engaging e-commerce experience. This app is built using React, TypeScript, React Query, React Hook Form, Bootstrap, and tested using Cypress. ## Environment Variables diff --git a/home-screenshot.png b/home-screenshot.png new file mode 100644 index 0000000..6d564a2 Binary files /dev/null and b/home-screenshot.png differ