Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 1.48 KB

README.md

File metadata and controls

63 lines (47 loc) · 1.48 KB

Notice

  • As of October 18, 2023, this repository will no longer be maintained.

Dating app card, chatting ui clone project.

Continue to study and ponder to improve the code structure.

This project is to make template code that can be applied to any app development.

  • Language: Javascript
  • Source directory hierarchy summary
    • ✨ assets
      • images
      • lotties
      • strings
    • ✨ data
      • dummy
      • repositories
      • sources
    • ✨ domain
      • model
      • usecases
    • ✨ services
    • ✨ ui
      • components (common component set)
        • chat
        • home
          • buttons
          • card
          • header
      • containers
        • chat
        • home
        • intro

Release Note

  • 2023/03/01: Initialized dating app card, chatting ui clone project source code.

How To Setup Environment

It's mandantory to set up the development environment and build the app by following the instructions below:

  • Visit https://ko.reactjs.org/
  • npx create-react-app PROJECT_NAME
  • install yarn package from internet.
  • yarn install
  • npm start
  • If you encounter this error, "Module not found: Error: Can't resolve '@react-spring/web"
    • yarn add @react-spring/web
  • npm start

Link

If you are interested in information about me or other activities, please access the link below.

Plugin LINK
Github page [https://aidenkoog.github.io/]