Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

bfukumori/ignite-shop

Repository files navigation

GitHub language count Repository size GitHub last commit License Stargazers ignite-shop

ignite-shop

AboutNext FeaturesHow it worksTech StackAuthorLicense

ignite-shop

About

🛒 ignite-shop - An e-commerce app made using NextJs.

Project developed during the ReactJS Ignite Course from Rocketseat.


Features

  • Add product to cart
  • Update cart
  • Remove item from cart
  • Stripe API for handle payments
  • Persistent state using hook

How it works

Pre-requisites

Before you begin, you will need to have the following tools installed on your machine: Git, Node.js. In addition, it is good to have an editor to work with the code like VSCode

Create an account and configure these externals services:

Running the web application (Frontend)

# Clone this repository
$ git clone git@github.com:bfukumori/ignite-shop.git

# Access the project folder in your terminal
$ cd ignite-shop

# Install the dependencies
$ npm install

# Run the application in development mode
$ npm run dev

# The app will open on the port: 3000 - go to http://localhost:3000/

Tech Stack

The following tools were used in the construction of the project:

Website (React + TypeScript)


Author

Bruno Fukumori

Bruno Fukumori

Twitter Badge Linkedin Badge Gmail Badge


License

This project is under the license MIT.


Releases

No releases published

Packages

No packages published

Languages