Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 2.43 KB

README.md

File metadata and controls

65 lines (44 loc) · 2.43 KB

Welcome to the Get Placed Mobile App Repository

Telegram Community Gmail


OnBoarding UI

   

Project Demo

            

   

Getting Started

It was developed using React Native and uses the Django REST API to fetch the posts.

To contribute to this project, please see the contributing guidelines.

Install and Run

If you are trying to use this project for the first time, you can get up and running by following these steps.

Run locally on your development machine

$ git clone https://github.com/CS-Hunt/Get-Placed-App
$ cd Get-Placed-App
$ npm install
$ npm start

$ npm android
or
$ npm ios