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

https://github.com/vallariag/gallery-library

A PWA to display your images in a gallery, made with Angular.
https://github.com/vallariag/gallery-library

angular pwa

Last synced: about 2 months ago
JSON representation

A PWA to display your images in a gallery, made with Angular.

Awesome Lists containing this project

README

          

# Image-Gallery

A PWA to display your images in a gallery, made with Angular.

![demo image](demo.png)

## Prerequisites

1. `npm` is distributed with Node.js- which means that when you download Node.js, you automatically get npm installed on your computer.

2. To install `nodejs`:

```
sudo apt-get update
sudo apt-get install nodejs

```

3. Install Angular CLI:

```
npm install -g @angular/cli
```

## Installing

Install the npm packages described in the package.json and verify that it works:

```
npm install
npm start
```

The npm start command builds (compiles TypeScript and copies assets) the application into dist/, watches for changes to the source files, and runs live-server.

Shut it down manually with Ctrl-C.

## Built With

- HTML5
- CSS
- JavaScript
- Firebase (for web)

## Authors

- Vallari Agrawal - [VallariAg](github.com/vallariag)