Skip to content

souravsarkar1/hushl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Certainly! Below is a sample README.md file for your GitHub repository for a Dating App built with React Native and a JSON server backend. Feel free to customize it based on your specific project details.


Dating App - React Native

Overview

This repository contains the source code for a Dating App built with React Native. The app provides a platform for users to connect with each other based on shared interests and preferences.

Features

  • Swipe Dating app swiping
  • JSON Server Backend: The backend is powered by a JSON server, providing a simple and lightweight database solution.

Screenshots

Loading Loading Main Ui card Left Swipe card Right Swipe card

Dating App - React Native

Video Presentation

Tech Stack

  • Frontend: React Native
  • Backend: JSON Server

Installation

  1. Clone the repository:

    git clone https://github.com/souravsarkar1/hushl.git
    cd dating-app-react-native
  2. Install dependencies:

    npm install
  3. Start the app:

    npx react-native run-android  # for Android
    npx react-native run-ios      # for iOS
  4. Start the JSON server:

    json-server --watch db.json --port 3001

Configuration

  • Update Firebase configuration in src/config/firebase.js if you are using Firebase services.

Contributing

If you'd like to contribute to this project, please follow the standard GitHub fork/pull request process.

Feel free to replace placeholders such as souravsarkar1 and update the technologies used based on your actual implementation. Additionally, include any specific instructions or configuration details necessary for the setup.