marcobarcelos / picturegram

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Picturegram

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

Build Status MIT License

Demo

Live Demo: 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 (c) Marco Barcelos

About

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

License:MIT License


Languages

Language:JavaScript 86.3%Language:CSS 10.4%Language:HTML 3.3%