A movie search app with sorting features, pagination and personalized user stats. This app fetches and uses data from tmdb API.
List of the frameworks, libraries and tools used to build the project.
- React.js
- tmdb API For the generation of movie data
- Vercel For hosting
- React-Paginate For pagination
- Clone or fork the repo
git clone https://github.com/AdaezeIkemefuna/flixnet.git
- Change directory to
flixnet
cd flixnet
- Install NPM packages
npm install
- Run the project
npm run start