FlickPicks is a responsive web app that allows users to search movies by title, release year, and genre.
Users can save movies, categorize them, and filter saved movies by categories.
See a live demo.
- TypeScript
- React
- Redux
- React-Router
- SCSS
- Node.js/Epress
- Docker
- AWS DynamoDB, Cognito, API Gateway, Lambda
This project uses The Movie DB API.
Clone to your local machine:
git clone https://github.com/vic2019/flickpicks
Install the server and the client:
npm install; npm client-install
Supply your own config files as /config/default.json and /client/src/config.js. Then, run the following command in the project's root directory:
npm run dev
This project was bootstrapped with Create React App. Please refer to its documentation for more information.
