项目作者: GuttermanA

项目描述 :
Find your favorite movies and add them to easy to manipulate lists with drag and drop in this React App
高级语言: JavaScript
项目地址: git://github.com/GuttermanA/favorite-lister.git
创建时间: 2018-03-21T20:57:17Z
项目社区:https://github.com/GuttermanA/favorite-lister

开源协议:MIT License

下载


Favorite Movie Lister

This website is a project built at Flatiron school built by Alexander Gutterman and Alexey Katalkin to demonstrate an understanding of React.js and Rails API. In this web application you can:

  • Search a database of movies provided by The Movie DB
  • Select movies from the search results and save them to an ordered list
  • View, edit, and updated the saved lists
  • The UI for adding, reordering, and removing from lists is full draggable and dropped using the react-beautiful-dnd library.

The application is built to only function with the Rails API found here.

The user interface drag and drop in built using the react-beautiful-dnd library.

Demo

Demo

Installing

  1. Ensure you have correctly setup the back-end found here
  2. Clone repository from GitHub
  3. Open terminal
  4. Navigate to the repository directory
    1. cd favorite-lister
  5. Install packages
    1. npm install
  6. Start
    1. npm start

Built With

Contributing

  1. Fork repository here
  2. Create new branch for your feature
    1. git checkout -b my-new-feature
  3. Add and commit your changes
    1. git commit -am 'Add some feature'
  4. Push to your branch
    1. git push origin my-new-feature
  5. Create new pull request

Authors

License

MIT © Alexander Gutterman and Alexey Katalkin