An open API service indexing awesome lists of open source software.

https://github.com/safdarjamal/olx-replica

A OLX Replica Progressive Web App
https://github.com/safdarjamal/olx-replica

bootstrap css firebase html javascript olx-replica progressive-web-app with

Last synced: about 2 months ago
JSON representation

A OLX Replica Progressive Web App

Awesome Lists containing this project

README

          

# OLX Replica

A OLX Replica Progressive Web App

## Tech Stack

- HTML
- CSS
- Bootstrap
- JavaScript
- PWA (Fast and reliable: 3/3, Installable: 3/3, PWA Optimized: 7/7)
- Firebase

## Development

To get a local copy of the code, clone it using git:

```
git clone https://github.com/SafdarJamal/olx-replica.git
cd olx-replica
```

Finally, you need to start a local web server:

[Download Web Server for Chrome](https://chrome.google.com/webstore/detail/web-server-for-chrome/ofhbbkphhbklhfoeikjpcbhemlocgigb)

OR

Install `http-server` globally:

```
npm install http-server -g
```

This will install `http-server` globally so that it may be run from the command line.

```
http-server
```

## License

This is an open source software [licensed as MIT](https://github.com/safdarjamal/olx-replica/blob/master/LICENSE).