A simple yet elegant dribbble shots explorer based on React + Redux 📷⚡️
Live Demo: https://picturegram.marcobarcelos.com
Clone the repository and install dependencies:
$ git clone https://github.com/marcobarcelos/picturegram.git
$ cd ./picturegram
$ npm install
Set the Dribbble API settings in ./src/config/config.[dev|prod].js:
export const DRIBBBLE_API_ACCESS_TOKEN = 'api_access_token_here';
$ npm start
$ npm run test
$ npm run build
- Add dribbble API OAuth authentication
- Add react styled components
- Add flow
- Add async/await