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 📷⚡️
- Host: GitHub
- URL: https://github.com/marcobarcelos/picturegram
- Owner: marcobarcelos
- License: mit
- Created: 2017-11-09T05:10:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T00:05:54.000Z (almost 8 years ago)
- Last Synced: 2025-01-30T23:37:36.246Z (8 months ago)
- Topics: dribbble, javascript, react, redux, shots
- Language: JavaScript
- Homepage:
- Size: 593 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
> A simple yet elegant dribbble shots explorer based on React + Redux 📷⚡️
[](https://travis-ci.org/marcobarcelos/picturegram)
[]()# 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)