Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 643 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 643 Bytes

Simple Blog with Next.js

Screenshot

Description

This is a small application but with a lot of core concepts using React, Next and Typescript.

The user could sign in with a Github account and then subscribe with a fake payment with Stripe(please use card number 424242424242) to see the complete content of a post. 🤗

👨‍💻 Front-end: React, Next with Typescript

🌟 Styles : Sass modules

💲 Payments : Stripe

🚩Database : Fauna DB

🔐Authentication : using NextAuth to sign in with GitHub account

⚡ Tests : Testing Library , Jest

Screenshot