Skip to content

msharafjr/dribble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dribble PRs Welcome

A simple application that uses the Dribbble API to imitates the Dribbble website using react.js and redux.

See an up-to-date deployed version!!!

Getting Started

Installation

$ npm install
or
$ yarn install

then

$ npm start
or
$ yarn start

Runs the app in development mode.

Open http://localhost:3000 in your browser to view the application.

Testing

$ npm run test
or
$ yarn test

App Structure

dribble
  ├── public
  │   ├── images
  │   │   ├── comment.png
  │   │   ├── eye.png
  │   │   └── like.png
  │   │
  │   ├── favicon.ico
  │   ├── index.html
  │   └── manifest.json
  ├── src
  │   ├── actions
  │   │   └── index.js
  │   ├── components
  │   │   ├── modal
  │   │   │   ├── addCommentForm.js
  │   │   │   ├── author.js
  │   │   │   ├── closeIcon.js
  │   │   │   ├── comments.js
  │   │   │   ├── description.js
  │   │   │   ├── header.js
  │   │   │   ├── shotImage.js
  │   │   │   └── tags.js
  │   │   ├── avatar.js
  │   │   ├── button.js
  │   │   ├── cardImage.js
  │   │   ├── dribble.js
  │   │   └── spinner.js
  │   ├── containers
  │   │   ├── Dribble.js
  │   │   ├── Footer.js
  │   │   ├── Header.js
  │   │   └── Modal.js
  │   ├── reducers
  │   │   ├── index.js
  │   │   ├── login.js
  │   │   ├── modal.js
  │   │   └── shots.js
  │   ├── store
  │   │   └── index.js
  │   └── utils
  │   │   ├── api.js
  │   │   ├── CONSTANTS.js
  │   │   └── helpers.js
  ├── .editorconfig
  ├── .gitattibutes
  ├── .gitignore
  ├── package.json
  ├── README.md
  └── yarn.lock

Packages Used

SOON

  • SSR: using next
  • Routing: using @reach-router
  • Type Checking: using prop-types
  • Testing: using enzyme and jest

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

NOLICENSE

About

A simple application that uses the Dribbble API to emulate the Dribbble website using react.js and redux.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors