This is the codebase of the Movie list api
2.React Application The ReactJS application is where the primary application is coded and more information is listed below -
- React version - 16
- A list of dependencies can be found in the package.json file
- Most assets in the application are stored on the AIESEC CDN for fast delivery.
- The application has been chunk optimized so that only required components are delivered to the application when certain pages are added.
- git clone https://github.com/viveksri96/Movie-App.git
- npm install
###Starting the project
- npm start
- React - The JavaScript Library
- Redux - State Management Library
- React-Router - For internal routing
- The Movie Database (TMDb)) - The Movie Database (TMDb) is a popular, user editable database for movies and TV shows.
- React-Bootstrap - React UI library
- Vivek Srivastava