Page 1 of 1

Create a movie library web application with the below features using any tech stack of your choice - 1. The application

Posted: Tue Jul 12, 2022 8:03 am
by answerhappygod
Create a movie library web application with the below featuresusing any tech stack of your choice -1. The application must have user authentication ( Sign In/ Sign Up)2. After logging in users will be navigated to the home screenwhere they should see a search option where they can search moviesand see details of those movies.3. They can create a list of movies by adding the movies to lists.On the home page, different movie lists created by that user willbe displayed.4. These lists can be either public ( anyone with a link to thelist can see this ) or private ( only the person who created cansee this list )5. You can use OMDB API - (http://www.omdbapi.com/) for the moviesearch option.6. The Search & List page should have a nice layout, takeinspiration from other websites/applications.7. Include Steps to run ( Readme file ) in the project aswell.8. You must host their projects online and provide working links ofthe application as well as code. ( e.g. Netlify, Vercel, Heroku,JSBin etc. )