basic-commerce
π Basic-Commerce
π 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.
Project description
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.
Deploy and how to access the application
Access the application:
π Technology
The following tools were used in the construction of the project:
Cloning
# Clone the repository using git $ git clone https://github.com/JuanPabllo/basic-commerce.git # Access the project folder $ cd basic-commerce
Requirements
This project use third party dependencies that need to be installed, use that command to install all needed dependencies
$ yarn install or $ npm i
Running
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
Contributors
π€ 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.