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.
- Ensure you have correctly setup the back-end found here
- Clone repository from GitHub
- Open terminal
- Navigate to the repository directory
cd favorite-lister
- Install packages
npm install
- Start
npm start
- React - user interface
- react-beautiful-dnd - drag and drop
- Semantic UI React - styling
- Fork repository here
- Create new branch for your feature
git checkout -b my-new-feature
- Add and commit your changes
git commit -am 'Add some feature'
- Push to your branch
git push origin my-new-feature
- Create new pull request
- Alexey Katalkin - Github Profile
- Alex Gutterman - Github Profile
MIT © Alexander Gutterman and Alexey Katalkin