Skip to content

rishi-sangare/MessBuddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MessBuddy Application

Welcome to my React Native and Expo application! This repository contains the source code for MessBuddy app developed using React Native and Expo.

Prerequisites

Before running the application, make sure you have the following prerequisites installed on your system:

npm install -g expo-cli

Getting Started

To get started with the application, follow these steps:

  1. Clone the repository to your local machine using the following command: (https://github.com/rishi-sangare/MessBuddy.git)

  2. Navigate to the project directory:

cd your-repo
  1. Install the project dependencies:
npm install
  1. Start the Expo development server:
npm start

This will start the development server and display a QR code in the terminal.

  1. To run the application on your physical device or emulator, you have a few options:
  • Install the Expo Go app on your iOS or Android device, scan the QR code from the terminal using the Expo Go app, and the app will open automatically.
  • For iOS, you can also press i in the terminal to send the app URL to your email and open it directly on your device.
  • For Android, you can press a in the terminal to open the app on an Android emulator.

Project Structure

The project structure follows a standard React Native application structure, with the main files and directories as follows:

  • App.js: The entry point of the application.
  • src/: Directory containing the source code for the application.
  • components/: Contains reusable components used throughout the app.
  • screens/: Contains the main screens or views of the application.
  • navigation/: Contains the navigation configuration for the app.
  • assets/: Directory for storing static assets like images, fonts, etc.

Feel free to explore the code and make any modifications as needed for your application.

Contributing

If you'd like to contribute to this project, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch for your changes.
  3. Make your changes and commit them with descriptive commit messages.
  4. Push your changes to your forked repository.
  5. Submit a pull request explaining your changes.

About

Canteen Management Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors