Git Product home page Git Product logo

reacttwitter's Introduction

Chatty People

Chatty People is a Web Application that everyone can chat on a daily basis.

Table of Contents

  1. Purpose of the Project
  2. Used Tech
  3. About the Project
  4. Structure & Features
  5. Problem Solvign & Learning
  6. Reference

1. Purpose of the Project

  • Practice React Hook
  • Firebase api and use Firebase to create Authentication
  • Practice React Router

2. Used Technology

Screen Shot 2021-04-21 at 8 17 01 PM Screen Shot 2021-04-21 at 8 19 02 PM Screen Shot 2021-04-21 at 8 23 45 PM Screen Shot 2021-04-21 at 8 24 51 PM Screen Shot 2021-04-21 at 8 29 48 PM

3. About the Project

DEMO LINK


**4. Debugging & Problem Solvings

Debugging Solution
Data Collection in Firebase data collection from 'tweets' should match with your data id in Firebase --> IMPORTANT to know which collection you are saving the data.
syntax from Tweet.js & Auth.js when input put the onSubmit (e) => { e.preventDefault(); (target: {{value},} = e;
Need to use Snapshot update, delete or whatever changes happens in Snapshot
setEditing(false) will update the browser after edit
Authentication Using Firebase Auth, Login Form & Creating Account & Social Login
error 'initializeapp' is not exported from 'firebase/app'
import * as firebase from 'firebase/app' should be import firebase from 'firebase/app' for firebase v8 and above
preventDefault() function onSubmit prevent the re-rendering automatically. instead it order the function to be executed
npm i uuid when you want to create a unique id

reacttwitter's People

Contributors

rosa-kang avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.