Skip to content

Find your favorite movies and add them to easy to manipulate lists with drag and drop in this React App

License

Notifications You must be signed in to change notification settings

GuttermanA/favorite-lister

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
cd favorite-lister
  1. Install packages
npm install
  1. Start
npm start

Built With

Contributing

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

Authors

License

MIT © Alexander Gutterman and Alexey Katalkin

About

Find your favorite movies and add them to easy to manipulate lists with drag and drop in this React App

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published