Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.
/ react-news Public archive

React News is a subscription blog, created with Next.Js.

License

Notifications You must be signed in to change notification settings

ManuCoutinho/react-news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b6e400d Β· Jul 9, 2023

History

13 Commits
Jan 24, 2022
Mar 27, 2022
Mar 27, 2022
Dec 2, 2021
Dec 2, 2021
Jan 31, 2022
Jul 9, 2023
Mar 24, 2022
Mar 24, 2022
Jan 24, 2022
Dec 2, 2021
Mar 27, 2022
Jan 24, 2022
Mar 24, 2022

Repository files navigation

This repository no longer receives maintenance

React News

Github top language Github language count License


About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

React News is a subscription blog, created with Next.Js. This application uses SSR and SSG, with integration of Prismic, Stripe and data persistence with FaunaDB.

✨ Features

βœ”οΈ Login with GitHub authentication; βœ”οΈ Integration with Stripe payment method; βœ”οΈ Post with Prismic;

πŸš€ Technologies

The following tools were used in this project:

βœ… Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/ManuCoutinho/react-news

# Access
$ cd newspage

# Install dependencies
$ yarn

# Run the project
$ yarn start

# The server will initialize in the <http://localhost:3000>

πŸ“ License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❀️ by Manu Coutinho

 

Back to top