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.
If you are trying to use this project for the first time, you can get up and running by following these steps.
$ git clone https://github.com/CS-Hunt/Get-Placed-App
$ cd Get-Placed-App
$ npm install
$ npm start
$ npm android
or
$ npm ios