This repository contains the source code for a React Native project, organized into various directories to maintain a clean and structured codebase. Follow the steps below to clone this Git repository and get started with the project.
- android: Contains Android-specific files.
- ios: Contains iOS-specific files.
- src: Houses the React Native source code.
- assets: Stores static assets such as images, fonts, etc.
- components: Holds reusable UI components.
- config: Includes configuration files for API endpoints, environment variables, etc.
- navigation: Manages screen navigation logic and configuration.
- screens: Contains individual app screens.
- services: Handles API calls, data fetching, and storage logic.
- utils: Houses utility functions and helper modules.
- App.js: Main entry point for the app.
- index.js: Entry point for the React Native packager.
- package.json: Includes project dependencies and scripts.
- README.md: Project documentation.
- Role: Visionary Leader, UI/UX Designer, Software Engineer
Pranav is our visionary leader, driving the team with passion and expertise in React Native development. With a knack for solving complex problems, Pranav ensures that our project maintains a high standard of quality and innovation.
- Role: UI/UX Designer, Software Engineer
Vaidehi is a creative force on our team, specializing in designing intuitive and visually appealing user interfaces. Her attention to detail and commitment to user experience make her an invaluable member of our development crew.
- Role: UI/UX Designer, Software Engineer
Sayali is our coding maestro, bringing a wealth of technical expertise to the project. With a keen eye for optimization and performance, Sayali ensures that our React Native app runs smoothly and efficiently.
- Role: Developer
Follow these steps to clone the repository and set up the project:
- Clone the Repository:
git clone https://github.com/sanketshirsath226/Biomass_Managament.git
- Navigate to the Project Directory:
cd Biomass_Managament
- Install Dependencies:
npm install
- Set Up React Native: Follow the React Native environment setup guide for your operating system to configure your development environment.
- Run the Application:
- For Andriod
npx react-native run-android
- For IOS:
npx react-native run-ios
- For Andriod
- Make sure you have the necessary development environment set up for both Android and iOS, as per the React Native documentation