Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/felipenobrg/ignite-shop-next
- Owner: felipenobrg
- Created: 2023-08-07T22:34:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-25T10:48:21.000Z (about 1 year ago)
- Last Synced: 2023-10-25T12:00:28.540Z (about 1 year ago)
- Topics: axios, nextjs, stripe
- Language: TypeScript
- Homepage:
- Size: 9.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
![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.