hassanabral / eureka_ver_2

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

Home Page:https://eureka-v2.web.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eureka v2

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' posts.

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: ""
}

About

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

https://eureka-v2.web.app/


Languages

Language:JavaScript 98.0%Language:HTML 1.2%Language:CSS 0.8%