🚀 Application simulating payments in an e-commerce
⚠️ ATTENTION: This application will ask for your card information, do not fill it with real information. We don't use this information for anything.
An open source layout of the payment system of a store for free use, at the moment we call the api in useContext passing the provider in _APP.tsx to be able to use the information of the api in any component, the use of next.js was a great choice of our part I believe that the SSR will be very useful in the future of the application.
We believe that another important addition has been the Styled components that allowed us to be practical in some maneuvers in the project, mainly in the Dark mode feature that is still in production.
Access the application:
The following tools were used in the construction of the project:
# Clone the repository using git
$ git clone https://github.com/JuanPabllo/basic-commerce.git
# Access the project folder
$ cd basic-commerce
This project use third party dependencies that need to be installed, use that command to install all needed dependencies
$ yarn install
or
$ npm i
To start the Server run the command
# Entering in directory
$ cd basic-commerce
# Run the server
$ yarn dev
or
$ npm run dev
Version 2.0 Features
- User registration
- Authentication
- Deploy
- Create API
Juan Pablo 👨🚀 |
Emmanoel Coutinho 🚀 |
👤 Juan Pablo
- Website: https://juan-pablo.vercel.app/
- GitHub: https://github.com/JuanPabllo
- LinkedIn: https://www.linkedin.com/in/juanpablodev/
👤 Emmanoel Coutinho
- Website:
- Instagram: https://www.instagram.com/emmanoel_cezar/
- GitHub: https://github.com/EmmanoelCoutinho
- LinkedIn: https://www.linkedin.com/in/emmanoel-coutinho-8802bb1b7/
This project is under the MIT license. See the LICENSE for more information.