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:
- JavaScript
- Material-UI
- React.js
- Redux
- Firebase
- Redux form
- NPM packages: moment, react-html-parser, react-infinite-scroller, react-redux-toaster, ck-editor).
npm install
npm run start
module.exports = {
apiKey: "",
authDomain: "",
databaseURL: "",
projectId: "",
storageBucket: "",
messagingSenderId: "",
appId: ""
}