Welcome to OscarFlicks, a minimal client-side single page application (SPA) that allows users to browse Academy Award winning films. The app is built on top of existing server-side code, including a REST API and database.
Live Demo: https://oscar-flicks.netlify.app/
Repository for server-side code: https://github.com/minhajislam674/movie-api
With OscarFlicks, you can easily search and filter through a wide range of Academy Award winning films, view detailed information about each film, and even sign up to be able to add films to your watchlist.
- React
- React-Bootstrap
- JavaScript
- SCSS
- Axios
- Proptypes
- React
- React-Bootstrap
- React-DOM
- Reat-Router
- React-Router-DOM
- React Toastify
- Clone the project
- Install all dependencies mentioned in package.json
- cd to the project directory
- Run it by:
npm start
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request