Events App is a React Native application where users can see events and filter them by date or name.
The app allows users can see events in date order.
Search Feature: Users can quickly find the event they want by searching the event name.
Category Section: Events are organized by categories and users can select the category they want.
This Week's Events: This week's featured events are listed on the main screen.
Featured Events: Featured events are also displayed on the main screen.
Technologies Used
React Native
React Navigation
If you want to run the project in a local environment, follow the steps below:
Clone the project Go to the project folder: cd activities-application Install the required dependencies: npm install or yarn install Start the application: npm start or yarn start