A Netflix clone built with React and Flask
By Ron Maina
This is a Netflix Clone web Application that allows users to view trailers for their chosen movie and add it to their watchlist. It showcases a variety of movies from different genres that can be filtered through multiple categories.
Not-Netflix-Walkthrough.webm
- A computer, tablet or phone
- Access to the internet
The user can navigate the web app and should be able to:
- Sign Up and Login
- See a homepage with a movie display
- Use the sidebar to navigate through the app
- Click on a movie and watch its trailer and add it to watchlist
- View their watchlist and delete a movie from their watchlist
To run this app locally, you need a PC with the following:
- Internet Access
- Visual Studio Code
- Clone this repository by running the following in your terminal
git clone git@github.com:Ron-Maina/Not-Netflix.git
- Change directory using:
cd Not-Netflix
and open in visual studio using
code .
- Open a new terminal window in visual studio code and run
npm install
and
npm start
to start the web app
- React
- JavaScript
- React Bootstrap
- CSS
MIT License
Copyright (c) 2023 Ron Maina
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE