This is an E-commerce application created using React, Redux, React Router, Context API, Firebase, Stripe + more.
With this app, you are able to select a category, add items to cart, and checkout and even handle payments.
-
React
-
React Router
-
Redux
-
Redux Saga
-
Asynchronous Redux
-
React Hooks
-
Context API
-
React Suspense + React Lazy
-
Firebase
-
Stripe API
-
Styled-Components
Technologies that I used to develop this frontend app
Clone the project and access the folder
$ git clone https://github.com/msemedo2/crwn-clothing.git
$ cd crwn-clothing
Follow the steps below
# Install dependencies
$ npm install
# Run the web app
$ npm start