This project is aimed at testing my Frontend development skills and help me understand the various React principles.
A movie company contracted us to design and implement a web page that displays all available movies and give information to its users.
- As a user I would like to be able to visit a homepage that I can be able to navigate between Movies, TV Shows and Peoples.
- As a user I would like to be able to search for movies/tv shows/people on the homepage
- I can view most popular TV shows on the homepage
- On the movie’s menu, I want to select by popular, Now Playing, Upcoming and top rated
- On the TV shows menu, I want to select by popular, Airing Today, On TV, top rated
- On the People menu, I want to view all popular actors
- A nice, beautiful, and warm homepage with three navigation menus on the header including movies, tv shows and peoples
- Able to search for movies, TV shows and people
- List of all popular TV shows/movies on the homepage with the ff details title, release date, rating, picture
- For each selected menu the list of all movies under that category can show up.
- For each selected menu the list of all tv shows under that category can show up.
- The people menu should list all popular actors with the following details name, picture, movies actors
- React-JS
- TailwindCSS - For Styling
- Flowbite - Component
Emmanuel Mensah