Skip to content

A project to make the card layout and chat UI similar to those used in dating apps.

Notifications You must be signed in to change notification settings

aidenkoog/dating-app-ui-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/]

About

A project to make the card layout and chat UI similar to those used in dating apps.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published