AiaRup / doneWithIt

A mobile app to sell stuff you don't need anymore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues LinkedIn


Logo

Done With It

Mobile app to sell stuff you don't need anymore

Table of Contents
  1. About The Project
  2. Getting Started
  3. Screenshots
  4. Roadmap
  5. Contact
  6. Acknowledgments

About The Project

Logo

(back to top)

Built With

(back to top)

Getting Started

To get a local copy of the project and run it follow these simple steps:

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Create a project on firebase with firestore support.

  2. Clone the repo

    git clone https://github.com/AiaRup/doneWithIt.git
  3. Install NPM packages

    npm install
  4. Get the following variables from the new created firebase project and put them in an .env file in the root of the project:

    API_KEY = 'API_KEY';
    AUTH_DOMAIN = 'AUTH_DOMAIN';
    DATABASE_URL = 'DATABASE_URL';
    PROJECT_ID = 'PROJECT_ID';
    STORAGE_BUCKET = 'STORAGE_BUCKET';
    SENDER_ID = 'SENDER_ID';
    APP_ID = 'APP_ID';
    MEASUREMENT_ID = 'MEASUREMENT_ID';
  5. Start the project

    npm start

(back to top)

Usage

In the app you can do several actions:

  • Auth: register, login and logout.
  • Content: see a list of items for sale and add a new item.
  • Messages: send a message to the listing's owner.
The app asks the user for permissions to use the location, media and notifications.
Logo Logo Logo Logo Logo

(back to top)

Roadmap

  • [] Add My Listing screen
  • [] Add support for messaging - add, edit and delete
  • [] Add notifications

(back to top)

Contact

Aia Rupsom - LinkedIn

(back to top)

Acknowledgments

I started the project as part of the ultimate react native course by Mosh Hamedani and made some upgrades on my own.

(back to top)

Open in Visual Studio Code

About

A mobile app to sell stuff you don't need anymore


Languages

Language:JavaScript 100.0%