This project aims to enhance university campus life by providing a dynamic scheduling application. Designed and developed using React Native and managed with Expo, this app simplifies scheduling for both students and staff.
- Blog Article: Read our journey and insights
- Author(s) LinkedIn: Fahd Azouz
To set up this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/FahdAzouz/CampusCompass.git
-
Navigate to the project directory:
bash
Copy code
cd yourprojectname -
Install dependencies:
bash
Copy code
npm install -
Start the Expo server:
bash
Copy code
expo start
Once the Expo server is running, you can:
- Open the app in an iOS or Android simulator.
- Use the Expo app on your phone to scan the QR code.
For detailed usage instructions, please refer to the user guide.
We welcome contributions to our project. If you have suggestions or improvements, please fork the repository and submit a pull request.
-
Fork the repository
-
Create your feature branch:
bash
Copy code
git checkout -b my-new-feature -
Commit your changes:
bash
Copy code
git commit -am 'Add some feature' -
Push to the branch:
bash
Copy code
git push origin my-new-feature -
Submit a pull request
Check out these related projects for more on React Native and Expo:
This project is licensed under the MIT License - see the LICENSE.md file for details.