/eureka_ver_2

A social networking platform build with JavaScript, React, Redux, and Cloud Firestore.

Primary LanguageJavaScript

Eureka 2.0

Eureka is a web based, social networking platform (similar to Reddit and Facebook) where users can create and share text based posts. It allows users to search posts by hashtags, bookmark a post, see threaded comments, like and comment on other users post. 🚀 Live on web and Github repos.

Here is the tech stack I used for this project:

How to run it locally?

  • npm install
  • npm run start

keys_dev.js needs to be created (inside src/app/config directory):

module.exports = {
  apiKey: "",
  authDomain: "",
  databaseURL: "",
  projectId: "",
  storageBucket: "",
  messagingSenderId: "",
  appId: ""
}