A MERN stack application that utilizes Redux. Using three APIs, a user can search for movies, books and video games and save it to their list (where they can access it later). Complete with login functionality and Material-UI.
Clone the repository and ensure the latest version of Node.js is installed on your machine. Run npm install to install all dependencies.
Since this project is just a demo site, it uses cors-anywhere to get around any cors related issues. To prevent cors errors you need to visit: http://cors-anywhere.herokuapp.com/corsdemo Then click on the "Request temporary access to the demo server" button.
In the project directory, you can run: npm run dev
Builds the app for production to the dist folder.