Skip to content

The goal of this project is to design (using UML) and develop a mobile application (using React Native & Firebase) to match nannies with parents

License

Notifications You must be signed in to change notification settings

RitaSensei/CareConnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

Overview

CareConnect is a mobile application developed using React Native and Expo. It serves as a matching app between nannies and parents. The app allows users to create profiles, search for nannies based on their preferences and with the assistance of a chatbot, and connect with potential matches. CareConnect aims to simplify the process of finding childcare services by providing a user-friendly platform for parents and nannies to connect and communicate.

Screenshots

Here are some screenshots of the CareConnect app in action:

  1. Objectifs

  2. Login Screen

  3. SignUp Screens

  4. Nannies listing Screen

Technologies

Getting Started

To get started with fsNav, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/GhitaLoukili/CareConnect.git
  2. Navigate to the project directory:

    cd careconnect
  3. Install the dependencies:

    npm install
  4. Start the application:

    expo start
    

This will start the Expo development server. You can run the app on an emulator/simulator or scan the QR code with the Expo Go app on your mobile device.

Project Structure

The project structure is organized as follows:

  • screens/: Individual screens of the application.
  • services/:
  • components/: Reusable React components.
  • navigators/: Navigation configuration with React Navigation.
  • firebase/: Firebase services and other utility functions.
  • App.js: Entry point of the application.

Feel free to explore and modify the code as needed.

Configuration

Make sure to configure the following:

Firebase Configuration:

  1. Create a Firebase project and obtain the configuration details.
  2. Update the Firebase configuration in firebase/firebaseConfig.js.

Features

Feature 1

Feature 2

Feature 3

Authentication

  • User Registration: New users can register an account (depending if they are a parent or a nanny) by providing various informations.
  • User Login: Registered users can log in to their accounts using their email address and password.
  • User Profile: Logged-in users have access to their profile information and can update their details if needed.

UI Components

Various UI components such as Text, TextInput, Button, and SafeAreaView are used for layout and interaction.

Conclusion

To write later on.

About

The goal of this project is to design (using UML) and develop a mobile application (using React Native & Firebase) to match nannies with parents

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published