dantas15 / simple-checkout

https://simple-checkout-mu.vercel.app
2 stars 0 forks source link

Simple Checkout

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. Contact

About the project

Workflow

[!NOTE] The project is a simple demonstration for a frontend challenge and it's still in development, with that in mind, you can help me by creating issues on the repo

The project is a simple checkout where the user specifies

Then two invoices are created:

The user is prompted to pay choose the stallment for Pix.

Once the user choosed the stallment quantity, the user is taken to another page and prompted to pay with QRCode or to copy the link:

Once the payment is confirmed, user is taken to the second part of the payment with credit card.

The user is then promptet to insert some info to validate the credit card:

Once the information is valid and the payment is validated, success screen shows, prompting the user to make another transaction from the beginning.

The following image displays the frontend workflow described above:

frontend-workflow

Project structure

Built With

Next React Node GraphQL MongoDB Koa

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Installation

Clone the repo

git clone https://github.com/dantas15/simple-checkout.git
  1. Install packages

    pnpm install
  2. Run the Project

    pnpm dev

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/amazing-feature)
  3. Commit your Changes (git commit -m 'feat(amazing-feature): my feature is awesome')
  4. Push to the Branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

(back to top)

References

Contact

(back to top)