This is a repository for a mobile application to streamline attendance management for events built with React Native on an Expo template.
- Authentication: Securely log in and register with username and password.
- View Events: Browse all events in an organized list
- Event Details and Participants: View detailed information about events, including name, location and date. Check the list of participants attending each event.
- Add Event: Create new events with ease by providing event details like name, location and date.
You can check the backend part of this project via this link: Backend
You can download the app and try it out using this link: Download
demo-video.mp4
git clone https://github.com/soualahmohammedzakaria/InCheck-App.git
cd InCheck-App
yarn install
# or
npm install
Contributions are welcome! Please fork the repository and submit a pull request with your changes. Ensure your code follows the project's coding standards and includes appropriate tests.
This project is licensed under the MIT License. See the LICENSE file for details.