Skip to content

App to add articles, get notifications & create and use users. Made using React, Redux, Firebase and Thunk.

Notifications You must be signed in to change notification settings

MoiOcanas/news-app

Repository files navigation

News App

App to add articles, get notifications & create and use users. Made using React, Redux, Firebase and Thunk.

newApp1


newApp2

Clone the repository

Run this command on your console:

git clone https://github.com/MoiOcanas/news-app.git

Installation

Use your console to access to project folder and run:

npm install

Database

This project uses Firebase services such as database, to get it. Create or use an account at Firebase Console. Create a new project there and get the connection code. Finally paste it on config/fbConfig.js

Example

var firebaseConfig = {
    apiKey: "YOUR API KEY",
    authDomain: "YOUR AUTHDOMAIN",
    databaseURL: "YOUR DATABASE URL",
    projectId: "YOUR PROJECT ID",
    storageBucket: "YOUR STORAGEBUCKET",
    messagingSenderId: "YOUR MESSAGING SERNDER ID",
    appId: "YOUR APP ID"
  };
  // Initialize Firebase
  firebase.initializeApp(firebaseConfig);
  firebase.firestore();

About

App to add articles, get notifications & create and use users. Made using React, Redux, Firebase and Thunk.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published