Devfest23 Mobile App

Author Devfest23 License

Description

This mobile app project was created as part of the Devfest23 App Challenge. It provides an interface for accessing and interacting with the Devfest23 event.

Table of Contents

Screenshots

Include a few screenshots or GIFs of your app here to give users a visual preview.

Features

  • User Interface: The app is designed to match the specifications provided in the Figma design.

  • Navigation: The app features a navigation system for seamless navigation between different screens.

Installation

Provide instructions on how to install and set up your app locally. Include any dependencies that need to be installed.

# Clone the repository
git clone https://github.com/ZACK2613111/devFest-challenge-01-2023.git

# Change directory
cd devFest-challenge-01-2023

## Usage
# Start the app
npx expo start # or yarn start or pnpm start

Contributing

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

  1. Fork the repository.
  2. Create a new branch for your feature or fix: git checkout -b feature-name.
  3. Make your changes.
  4. Commit your changes: git commit -m 'Add new feature'.
  5. Push to the branch: git push origin feature-name.
  6. Create a pull request.

Install dependencies

npm install # or yarn install or pnpm install