Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/felipenobrg/ignite-shop-next

Ignite Shop is a aplicattion created for studies in Nextjs
https://github.com/felipenobrg/ignite-shop-next

axios nextjs stripe

Last synced: 9 days ago
JSON representation

Ignite Shop is a aplicattion created for studies in Nextjs

Awesome Lists containing this project

README

        


Logo Ignite

#

![App Screenshot](https://i.imgur.com/j3qq298.png)

## AboutThis is the fourth challenge of the 2022 update of the ReactJS track in Ignite. What started as a learning project eventually became a challenge with the addition of new features.

## Rotina

About
This is the fourth challenge of the 2022 update of the ReactJS track in Ignite. What started as a learning project eventually became a challenge with the addition of new features.

Workflow

- Add a product to the cart
- Complete the purchase through the cart
- Perform the checkout via Stripe
-
## Stacks
- ReactJs
- ViteJs
- Typescript
- Stitches
- Stripe

## How to Run

1. Clone the repository and install dependencies
```
yarn / npm install
```

2. Start the project
```
yarn dev
```

3. To make a purchase, use the following credit card number:
```
4242 4242 4242 4242
```

Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.