Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.49 KB

README.md

File metadata and controls

58 lines (41 loc) · 1.49 KB

OscarFlicks - React App

Netlify Status

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

OscarFlicks

Features

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.

Built with

  • React
  • React-Bootstrap
  • JavaScript
  • SCSS

Dependencies

  • Axios
  • Proptypes
  • React
  • React-Bootstrap
  • React-DOM
  • Reat-Router
  • React-Router-DOM
  • React Toastify

Getting Started

  1. Clone the project
  2. Install all dependencies mentioned in package.json
  3. cd to the project directory
  4. Run it by:
npm start

Contributing

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request