This is a personal frontend ecommerce project to try and learn new things with no dependencies on a backend or a database.
- React
- SCSS
- Jest
- Cypress
- Github Actions
- Storybook
- Stripe
- AWS lambda function
To start the app with docker:
docker build -t ecommerce-frontend:latest .
docker run --name ecommerce -d -p 3000:3000 ecommerce-frontend:latest