Git Product home page Git Product logo

kiwitter's Introduction

Kiwitter



📝 개요

  • 트위터에서 영감을 받아 만든 소셜네트워크 서비스입니다.
  • 이메일 회원가입 혹은 Google, Github 소셜로그인을 통해 간편하고 빠르게 로그인할 수 있습니다.
  • 프로필 페이지에서 사용자 이름을 변경할 수 있고, 서비스 이용을 더이상 원하지 않을 시 계정을 삭제할 수 있습니다.
  • 글 등록 시 사진을 첨부할 수 있습니다.
  • 사용자가 작성한 글은 수정하거나 삭제할 수 있습니다.

💻 사용기술

  • JavaScript
  • React
  • React-Router-Dom
  • Styled-components
  • Firebase

🏚 개발 환경

  • OS : Window
  • Frontend: React
  • Backend : Firebase
  • IDE : VS Code
  • Platform : WebApp

🔗 배포 URL

https://kiwitter.netlify.app

⚙️ 테스트 계정
Email : [email protected]
Password : 12345678

[TOP]

💬 프로젝트 구조

│  .env
│  .gitignore
│  .prettierrc
│  jsconfig.json
│  package-lock.json
│  package.json
│  README.md
│  yarn.lock
|
├─public
│      favicon.ico
│      full-logo.png
│      index.html
│      logo-name.png
│      logo.png
│      manifest.json
│      ogcard-image.png
│      robots.txt
│
└─src
    │  App.css
    │  App.js
    │  fbase.js
    │  index.js
    │
    ├─components
    │      AuthForm.js
    │      Kiweet.js
    │      KiweetGenerator.js
    │      KiweetMenu.js
    │      Navigation.js
    │      Router.js
    │
    ├─routes
    │      Auth.js
    │      Home.js
    │      Profile.js
    │
    └─utils
            timeStamp.js

추후 구현 예정

  • 모바일뷰
  • 좋아요 기능
  • 답글 기능
  • 프로필 사진 설정 기능

[TOP]

kiwitter's People

Contributors

danimkim avatar

Watchers

 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.