Coder Social home page Coder Social logo

doorgo's Introduction

Tech Stack

  • Front-end (client-side)
    • TypeScript (JavaScript)
    • React Native (Create Android/iOS apps using React)
    • Expo (A set of tools and services built around React Native)
    • React Navigation (Routing and navigation for React Native apps)
    • Redux (A Predictable State Container )
  • Back-end
    • Firebase (for authentication and data storage)

How to run this project

1. Download the code

Download and then open the code on an IDE (e.g., VSCode).

2. Install dependencies

On the terminal, in the project root directory, run npm install or npx expo install to install dependencies.

Note: The npx expo install command will pick a version of the library that is compatible with your project and then use your JavaScript package manager (such as npm) to install it.

3. Run the project

On the terminal, in the project root directory, run:

npx expo start

or:

npm start

Create a new React Native project with Expo

  1. Install Node.js

    https://nodejs.org/en/

  2. Install expo-cli globally

    $ npm install expo-cli --global
  3. Initialize a expo project

    $ npx create-expo-app --template
    ? Choose a template: › - Use arrow-keys. Return to submit.
        Blank
    ❯   Blank (TypeScript) - blank app with TypeScript enabled
        Navigation (TypeScript)
        Blank (Bare)

Install and update packages that work with the version of react-native in your project:

$ npx expo install package-name

doorgo's People

Contributors

qingquan-li avatar noob339 avatar jakeliii avatar

Stargazers

 avatar

Watchers

 avatar

doorgo's Issues

Home page

Develop the home page (just a demonstration, don't take this issues).

sign-up-with-firebase

Develop sign-up functionality, and interact with firebase: Authenticate and create users on firebase.

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.