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

https://github.com/marcobarcelos/picturegram

A simple yet elegant dribbble shots explorer based on React + Redux 📷⚡️
https://github.com/marcobarcelos/picturegram

dribbble javascript react redux shots

Last synced: 7 months ago
JSON representation

A simple yet elegant dribbble shots explorer based on React + Redux 📷⚡️

Awesome Lists containing this project

README

          




Picturegram




> A simple yet elegant dribbble shots explorer based on React + Redux 📷⚡️

[![Build Status](https://travis-ci.org/marcobarcelos/picturegram.svg?branch=master)](https://travis-ci.org/marcobarcelos/picturegram)
[![MIT License](https://img.shields.io/github/license/marcobarcelos/picturegram.svg)]()

# Demo

Live Demo: [https://picturegram.marcobarcelos.com](https://picturegram.marcobarcelos.com)

# Usage

### Installation

Clone the repository and install dependencies:

```
$ git clone https://github.com/marcobarcelos/picturegram.git
$ cd ./picturegram
$ npm install
```

### Configuration

Set the Dribbble API settings in ./src/config/config.[dev|prod].js:

```
export const DRIBBBLE_API_ACCESS_TOKEN = 'api_access_token_here';
```

### Run

```
$ npm start
```

### Testing

```
$ npm run test
```

### Build

```
$ npm run build
```

# Todo

- [ ] Add dribbble API OAuth authentication
- [ ] Add react styled components
- [ ] Add flow
- [ ] Add async/await

# License

[MIT License](http://en.wikipedia.org/wiki/MIT_License)
(c) [Marco Barcelos](https://marcobarcelos.com)