Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/elwayman02/ember-photo-gallery

Example of a photo gallery built with CSS Grid and Ember.js Modifiers
https://github.com/elwayman02/ember-photo-gallery

css-grid ember emberjs modifiers

Last synced: 2 months ago
JSON representation

Example of a photo gallery built with CSS Grid and Ember.js Modifiers

Awesome Lists containing this project

README

        

# ember-photo-gallery

This application is a demonstration of how to build a photo gallery using CSS Grid and Ember Modifiers.
It is powered by the [Unsplash API](https://unsplash.com/documentation).

Design based on this [Twiddle](https://ember-twiddle.com/222e1d96ed2135aa8f101aae39a0f8a2?isSidebarOpen=false&openFiles=templates.components.masonry-demo%5C.hbs%2C)

We adhere to the [Ember Community Guidelines](https://emberjs.com/guidelines/) for our Code of Conduct.

## Prerequisites

You will need the following things properly installed on your computer.

* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/)
* [Yarn](https://yarnpkg.com/)
* [Ember CLI](https://ember-cli.com/)
* [Google Chrome](https://google.com/chrome/)

## Installation

* `git clone ` this repository
* `cd ember-photo-gallery`
* `yarn install`

## Running / Development

* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).
* Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).

### Code Generators

Make use of the many generators for code, try `ember help generate` for more details

### Running Tests

* `ember test`
* `ember test --server`

### Linting

* `yarn lint:hbs`
* `yarn lint:js`
* `yarn lint:js --fix`

### Building

* `ember build` (development)
* `ember build --environment production` (production)

### Deploying

Specify what it takes to deploy your app.

## Further Reading / Useful Links

* [ember.js](https://emberjs.com/)
* [ember-cli](https://ember-cli.com/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)