GithubHelp home page GithubHelp logo

pip-pipo / react_little_project Goto Github PK

View Code? Open in Web Editor NEW
7.0 1.0 1.0 448 KB

The idea is ๐Ÿ”ฅ lot's of programmer are going to worngtrack by addiction of youtube click missguide ,,, we will make a spacific social media where we can post our tutorial and learn about programming some good stuff that ....currently i need someone help to build that please fell free to connect&fork lets build together

License: MIT License

HTML 5.35% CSS 29.81% JavaScript 64.84%
code javascript social-media nodejs

react_little_project's Introduction

React_codeing_social_platform ย 

Github top language Github language count Repository size License Github issues Github forks Github stars

๐Ÿšง React_codeing_social_platform ๐Ÿš€ Under construction... ๐Ÿšง


About ย  | ย  Features ย  | ย  Technologies ย  | ย  Requirements ย  | ย  Starting ย  | ย  License ย  | ย  Author


๐ŸŽฏ About

The idea is ๐Ÿ”ฅ lot's of programmer are going to worngtrack by addiction of youtube click missguide ,,, we will make a spacific social media where we can post our tutorial and learn about programming some good stuff that ....currently i need someone help to build that please fell free to connect&fork lets build together

โœจ Features

โœ”๏ธ Programming Related Post PostCrate , Edit , Update , Delete;
โœ”๏ธ User Authentication With Firebase Also(GooglePopUp signin,FacebookPopUp signin);
โœ”๏ธ Like post , share post ,Comment a Post ;

๐Ÿš€ Technologies

The following tools were used in this project:

โœ… Requirements

Before starting ๐Ÿ, you need to have Git and Node installed.

๐Ÿ Starting

# Clone this project
$ git clone https://github.com/pip-pipo/React_little_project


## dependencies โ–ถ

{
  "name": "client",
  "version": "0.1.0",
  "private": true,
  "dependencies": {
    "@testing-library/jest-dom": "^5.11.9",
    "@testing-library/react": "^11.2.3",
    "@testing-library/user-event": "^12.6.0",
    "bootstrap": "^4.5.3",
    "firebase": "^8.2.3",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "react-icon": "^1.0.0",
    "react-icons": "^4.1.0",
    "react-router-dom": "^5.2.0",
    "react-scripts": "4.0.1",
    "web-vitals": "^0.2.4"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}

๐Ÿ“ License

This project is under license from MIT. For more details, see the LICENSE file.

Made with โค๏ธ by Md Morsalin

ย 

Back to top

react_little_project's People

Contributors

pip-pipo avatar

Stargazers

Son Le avatar Kaan Enes KAPICI avatar  avatar Vivek Verma avatar Harindu Fonseka  avatar BenTheDev avatar  avatar

Watchers

 avatar

Forkers

magicianred

react_little_project's Issues

uuid() is not set for all data id

const submitHandle = (e, id) => {
e.preventDefault();
if (title.length === 0 || tags.length === 0 || author.length === 0 || blog.length === 0) {
setErr("Please Fill All Fields");
setTimeout(() => {
setErr('')
}, 1000)
} else {

        Firebase.firestore().collection('posts').doc(id).set({
            title: title,
            tags: tags,
            author: author,
            blog: blog,
            id: id
        }).then(() => { history.push("/blog") }).catch(err => err);
       
    }
}

submitHandle(e,uuid())

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.