A movie SPA (Single Page Application) built with Create React App using The Movie Database API. The goal of this project was to build a movie dashboard where you can search, sort, and filter movies using real data, as well as get a quick overview of each movie.
git clone https://github.com/your-username/dashboardbox.git
cd dashboardbox
npm install --legacy-peer-deps
npm start
The app will open automatically at http://localhost:3000.
npm run build
In addition to filtering, sorting, and searching, there are several other features implemented in this project. Below is a list of the main libraries used:
There are other libraries used as well, but the ones listed above are the primary ones. You can find the full list in the package.json file.
The code is open source and available under the MIT License.
Coded by Gilbert Rosario.