A storefrontend app made with React, Redux, styled-components and Trustly's payment API.
1 - Clone this repository to your machine
git clone https://github.com/gabrielcolombo/react-checkout
2 - Navigate into the project's folder
cd react-checkout
3 - Install the project's dependencies
npm install
4 - Start the development server
npm start
5 - Navigate to the home page using your browser of choice
http://localhost:3000
- Framework: React
- State management: Redux
- Routing: React Router
- HTTP client: Fetch API
- Styling: styled-components
- Fonts: Google Fonts
- API: Trustly
- Home page
- Checkout page
- API integration
- Unit tests