Movie List with Redux-Sagas
function mustWatch(movie) {
return `It's movie night!! Let's watch ${movie}`;
}This Movie List was built as a visually-pleasing way to keep track of movies, with the ability to add movies to the list and select movies to see further details. Data was managed on the front end with React-Redux and Redux-Sagas, while the magic on the back end happened with Node, Express and PostgreSQL. Material-UI helped beautify and maintain consistency.
Technologies Used:
- React
- Redux
- Redux-Sagas
- Node.js
- Express.js
- PostgreSQL
- Material-UI
- HTML + CSS
- JavaScript