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.
Include a few screenshots or GIFs of your app here to give users a visual preview.
-
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.
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
If you'd like to contribute to this project, follow these steps:
- Fork the repository.
- Create a new branch for your feature or fix:
git checkout -b feature-name
. - Make your changes.
- Commit your changes:
git commit -m 'Add new feature'
. - Push to the branch:
git push origin feature-name
. - Create a pull request.
npm install # or yarn install or pnpm install