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
- Host: GitHub
- URL: https://github.com/safdarjamal/olx-replica
- Owner: SafdarJamal
- License: mit
- Created: 2019-08-07T12:49:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-28T13:46:26.000Z (over 6 years ago)
- Last Synced: 2025-06-06T03:56:49.021Z (about 1 year ago)
- Topics: bootstrap, css, firebase, html, javascript, olx-replica, progressive-web-app, with
- Language: HTML
- Homepage: https://olx-replica.web.app/
- Size: 468 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).