muammertopcu / eventy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eventy - React Native Project

This GitHub repository contains the source code of the Eventy application, as described in the Medium article titled "A Comprehensive React Native Project Example" by Ezran Bayantemur in Akbank Teknoloji.

About the Project

Eventy is a React Native application used for planning, creating, and managing events and meetings. This project is created to demonstrate the fundamental steps of developing a mobile app using React Native's powerful capabilities.

The project may include the following features:

  • Viewing events
  • Filtering and sorting events
  • User account management
  • Date and location selection for events

Getting Started

To run the project code in your local development environment, you can follow the steps below:

  1. Clone this repository to your local computer:

    git clone https://github.com/muammertopcu/eventy.git
  2. Navigate to the project folder:

    cd eventy
  3. Install the required dependencies:

    yarn install
  4. Start the application:

    yarn start

For more details, you can access the Medium article here.

About


Languages

Language:TypeScript 63.9%Language:Java 15.6%Language:JavaScript 9.0%Language:Objective-C 4.9%Language:Ruby 4.9%Language:Objective-C++ 1.6%