/react-ignews

Project developed using Next, using important features like SSR and SSG, with payment setup with Stripe, usage of a CMS to display articles, usage of FaunaDB to save user subscription data, authentication with Github.

Primary LanguageTypeScriptMIT LicenseMIT

Cover

ReactJS Git Typescript Git Developer LinkedIn

About the Application

Project developed using Next, using important features like SSR and SSG. Also applied the concepts:

  • Back-end functions (serverless) running in a front-end environment
  • Concept of JAM Stack
  • Frontend connection to a CMS
Go to Content.

Content

Main Libs

Next | Prismic | Stripe | Axios | Fauna DB | SASS

ESLint | Prettier

Go to Content.

Features

  • Payment setup with Stripe
  • Using a CMS to display articles
  • Using FaunaDB to save user subscription data
  • Authentication setup with Github
Go to Content.

Project Layouts

Figma

Layout Posts

Layout Post interno

Layout Post não logado

Go to Content.

How to run

Requirements

Cloning
$ git clone https://github.com/camilacno/ignite-ignews.git
Installing dependencies
$ cd ignite-ignews
$ yarn # ou npm install
Start web application
$ yarn start # ou npm start
Go to Content.