LoginSignup
9
4

More than 3 years have passed since last update.

React×Stripe×Firebase×ExpressでAmazonクローンを作った

Last updated at Posted at 2020-10-22

概要

Reactのバックエンド処理と、決済処理機能を爆速で実装できると話題のStripeを習得するために実装しました。

image.png

23e93b8f-041d-4a0d-bc3c-49a53783d725.png

ac8e8acc-390f-4fd4-8d24-52db20e8a103.png

Site Demo
Github

ReactでのStripe実装の参考になれば。
また、Reactの最新の書き方に則ったコードを心掛けているので、Reactを勉強中の方にはGithubレポジトリが参考になると思います。

使用技術

  • React
  • JavaScript(ES6)
  • Hooks
  • Functional Component
  • Context API
  • Redux
  • firebase(Hosting, Function)
  • Stripe
  • Express
  • Material UI
  • BEM

フロントはReact,バックエンドはExpressとFirebase Function、決済処理はStripeを使用しています。
状態管理はRedux、ContextAPI、HOOKsをフル活用しています。
スタイリングはMaterial UI、及びBEMに基づくCSSで行っています。

参考

React開発効率を3倍にするVS Code拡張機能&環境設定
React初案件獲得までの流れ(学習・案件探し・面接・契約まで)

The Complete React Developer Course (w/ Hooks and Redux)
Universal React with Next.js - The Ultimate Guide
React Native入門:ニュースアプリを作りながら覚えよう/Hooks対応 2020年版
React.js & Next.js超入門
実践Firestore
初めてのJavaScript 第3版 ―ES2015以降の最新ウェブ開発

9
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
4