GdMoney

screenshot of GdMoney
nextjs
react
scss
styled-components
material-ui

Use case style digital image marketplace like nft. I developed this system by gathering a lot of my frontend/backend knowledge

Overview:

The GdMoney project is an educational system developed to showcase the creator's ability to implement a different proposal in e-commerce, specifically accepting payments with cryptocurrencies off the blockchain. It serves as a showcase of integrating front-end and back-end knowledge with a focus on cryptocurrency payments.

Features:

  • Technologies: ReactJS, Firebase, NextJs, TypeScript, VanillaJS, Material UI, Sass, Styled Components.
  • Functionalities: Cart management, Authentication system, Multiple payment methods, CRUD operations, Context usage.

Summary:

The GdMoney project is a demonstration of integrating front-end and back-end technologies to create an e-commerce system that accepts cryptocurrency payments off the blockchain. With features such as cart management, authentication, multiple payment methods, CRUD operations, and context usage, it serves as a practical showcase of the developer's skills and knowledge in web development.

nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

styled-components
Styled Components

Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.

material-ui
Material UI

material-ui adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.