Coder Social home page Coder Social logo

ezmeetup's Introduction

PRJ666 - Ezmeetup React Native Application(Front-end)

This is Ezmeetup project React Native repository for PRJ666 course at Seneca college.

Debug APK Link - Here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Also, all instructions are for Linux and MacOS. There is not much difference for Windows.

Prerequisites

Latest nodejs and git should be installed on your local machine(v8.12.0 LTS or higher). To check if you have installed nodejs, run the following commands :

node -v
npm -v

Also, you need to install React Native CLI.

npm install -g react-native-cli

Depending on mobile platforms, JDK and Android Studio(for Android), and XCode(for iOS) are needed to develop React Native Mobile app.

See the details

Installing

Create an empty directory, change the directory to new directory, and clone the repo to local machine. For example,

mkdir ezmeetup-react-native-repo
cd ezmeetup-react-native-repo
git clone https://github.com/sina-kamali/EZMeetUp.git

And run the following codes :

npm install

If you see the directory called node_modules under the root directory of this repo(i.e. ezmeetup-react-native-repo), you installed it correctly.

Run the application

To run the application, enter following commands on the root of react-native repo:

react-native run-android

or

react-native run-ios

Make Debug APK

cd android
./gradlew assembleDebug

Running the tests

We will add the test functionality later.

Deployment

Change the DB settings under config directory.

Built With

Authors

  • Derrick Leung (Group Leader)
  • Sina Kamali
  • Yeonwoo Park

ezmeetup's People

Contributors

dleung25 avatar sina-kamali avatar ywpark1 avatar

Watchers

 avatar

Forkers

dleung25 ywpark1

ezmeetup's Issues

Sign Up->Login page

If you register a new account successfully, sign up takes you to the login page. However, login page has no back button, and you cannot change the email (stuck at the account you just registered with)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.