Coder Social home page Coder Social logo

blog-app's Introduction

React Blog

1️⃣ 프로젝트 소개

로그인/회원가입 기능을 가진 간단한 블로그 입니다. 기능은 아래와 같습니다.

  • 포스트 및 댓글 생성, 수정, 삭제
    • Firebase를 활용한 CRUD (Firestore)
  • 다크/라이트 모드 전환
  • 로그인/회원가입 기능
    • Firebase를 활용한 인증 (Firebase Auth)

React Blog GIF

2️⃣ 이 프로젝트를 통해 공부한 내용

  • Firebase
    • Auth, FireStore
  • FireStore을 통한 CRUD 구현
  • ContextAPI를 활용한 사용자 인증 정보 관리
  • ContextAPI를 활용한 테마 관리 (다크모드)
  • Carousel 자체 구현 (라이브러리 사용x)

3️⃣ 향후 추가하고자 하는 기능

  • Carousel autoplay
  • 회원가입 시 작성 항목 추가
    • 프로필 사진
    • 닉네임
  • 사용자 간 팔로우
  • 피드 페이지에서 팔로우한 사용자의 포스트만 보이기
  • 포스트 검색 기능

4️⃣ 기술스택

5️⃣ 프로젝트 트리

📦src
 ┣ 📂components
 ┃ ┣ 📜Carousel.tsx
 ┃ ┣ 📜Comments.tsx
 ┃ ┣ 📜Footer.tsx
 ┃ ┣ 📜Header.tsx
 ┃ ┣ 📜Loader.tsx
 ┃ ┣ 📜LoginForm.tsx
 ┃ ┣ 📜PostDetail.tsx
 ┃ ┣ 📜PostForm.tsx
 ┃ ┣ 📜PostList.tsx
 ┃ ┣ 📜ProfilePage.tsx
 ┃ ┗ 📜SignupForm.tsx
 ┣ 📂context
 ┃ ┣ 📜AuthContext.tsx
 ┃ ┗ 📜ThemeContext.tsx
 ┣ 📂pages
 ┃ ┣ 📂home
 ┃ ┃ ┗ 📜index.tsx
 ┃ ┣ 📂login
 ┃ ┃ ┗ 📜index.tsx
 ┃ ┣ 📂posts
 ┃ ┃ ┣ 📜detail.tsx
 ┃ ┃ ┣ 📜edit.tsx
 ┃ ┃ ┣ 📜index.tsx
 ┃ ┃ ┗ 📜new.tsx
 ┃ ┣ 📂profile
 ┃ ┃ ┗ 📜index.tsx
 ┃ ┗ 📂signup
 ┃ ┃ ┗ 📜index.tsx
 ┣ 📜App.tsx
 ┣ 📜Router.tsx
 ┣ 📜firebaseApp.ts
 ┣ 📜index.css
 ┣ 📜index.tsx
 ┗ 📜react-app-env.d.ts

6️⃣ 프로젝트 설치 및 실행

yarn install
yarn start

blog-app's People

Contributors

hjveronica 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.