Skip to main content
  1. All Posts/

basic-commerce

eCommerce TypeScript


πŸ”— 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:

Getting Started πŸš€

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

Todo πŸ“Œ

Version 2.0 Features

  • User registration
  • Authentication
  • Deploy
  • Create API

Contributors

Juan PabloπŸ‘¨β€πŸš€

Emmanoel Coutinho πŸš€

πŸ‘€ Juan Pablo

πŸ‘€ Emmanoel Coutinho

License πŸ“

This project is under the MIT license. See the LICENSE for more information.