💻 Application for a react news blog with subscriptions ⚛️
👉 Features
👉 Author
👉 License
Full application for react universe news blog with paid subscription.
- User Session System
- Authentication with GitHub
- Integration with payment method for subscription
- Post listing
- Displaying dynamic post content
- Preview page for unauthenticated users
- Routing with authentication on the pages
- CMS integration
- Faunadb integration
- Automated testing covering the entire application
Before you start, you will need to have the following tools installed on your machine:
💡 Also, it is good to have an editor to work with the code like VSCode
# Clone the repository
$ git clone <https://github.com/pauloreis7/ignews>
# Access the project folder terminal/cmd
$ cd ignews
# Open project in VsCode
$ code .
# Install the project dependencies
yarn install
# Create the necessary tables and integrations with Prismic and Stripe
# Run the tests
$ yarn test
# Run the application
$ yarn dev or build
# The app will start on port:3000
access <http://localhost:3000>
1. Fork the project.
2. Create a new branch with your changes: git 3. checkout -b my-feature
3. Save your changes and create a commit message telling what you have done: git commit -m "feature: My new feature
4. Submit your changes: git push origin my-feature
Paulo Reis 🏆
Made by Paulo Reis 🤴 Contact us 👋
This project is under the MIT license. See the LICENSE file for more details.🏛️