react-movie-site

所属分类:MongoDB
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2023-09-19 17:51:52
上 传 者sh-1993
说明:  PopcornPeek是一个动态web应用程序,使用MERN堆栈(MongoDB、Express.js、React.js、Node.js)构建,满足娱乐...,
(PopcornPeek is a dynamic web application built with the MERN stack (MongoDB, Express.js, React.js, Node.js) that caters to the entertainment needs of users by allowing them to explore trending movies, TV shows, and anime.)

文件列表:
.DS_Store (6148, 2023-10-11)
LICENSE (1068, 2023-10-11)
client/ (0, 2023-10-11)
client/Example.env (90, 2023-10-11)
client/package-lock.json (1228698, 2023-10-11)
client/package.json (1026, 2023-10-11)
client/public/ (0, 2023-10-11)
client/public/env.js (3708, 2023-10-11)
client/public/favicon.ico (3871, 2023-10-11)
client/public/index.html (2278, 2023-10-11)
client/public/logo192.png (5348, 2023-10-11)
client/public/logo512.png (9665, 2023-10-11)
client/public/manifest.json (492, 2023-10-11)
client/public/robots.txt (67, 2023-10-11)
client/src/ (0, 2023-10-11)
client/src/App.js (3710, 2023-10-11)
client/src/api/ (0, 2023-10-11)
client/src/api/AnimeDetails.js (168, 2023-10-11)
client/src/api/Imdb.js (204, 2023-10-11)
client/src/api/Kitsu.js (157, 2023-10-11)
client/src/api/News.js (204, 2023-10-11)
client/src/api/Search.js (254, 2023-10-11)
client/src/api/ShowDetail.js (1089, 2023-10-11)
client/src/api/Trending.js (704, 2023-10-11)
client/src/components/ (0, 2023-10-11)
client/src/components/Comments.js (2201, 2023-10-11)
client/src/components/Footer/ (0, 2023-10-11)
client/src/components/Footer/index.js (3370, 2023-10-11)
client/src/components/Header/ (0, 2023-10-11)
client/src/components/Header/index.js (5601, 2023-10-11)
client/src/components/Icons/ (0, 2023-10-11)
client/src/components/Icons/Account.js (355, 2023-10-11)
client/src/components/Icons/Home.js (578, 2023-10-11)
client/src/components/Icons/Movie.js (707, 2023-10-11)
client/src/components/Icons/Right-arrow.js (517, 2023-10-11)
client/src/components/Icons/Shows.js (531, 2023-10-11)
... ...

# React Movie Site ![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103) ![GitHub top language](https://img.shields.io/github/languages/top/abduljabar5/react-movie-site) ![GitHub last commit](https://img.shields.io/github/last-commit/abduljabar5/react-movie-site) ![GitHub stars](https://img.shields.io/github/stars/abduljabar5/react-movie-site) ![GitHub repo size](https://img.shields.io/github/repo-size/abduljabar5/react-movie-site) ## Table of Contents - [Installation](#Installation) - [Usage](#Usage) - [Credits](#Credits) - [License](#License) ## Discription PopcornPeek is a dynamic web application built with the MERN stack (MongoDB, Express.js, React.js, Node.js) that caters to the entertainment needs of users by allowing them to explore trending movies, TV shows, and anime. PopcornPeek is more than just a listing of entertainment content. It offers a deeper dive into each show, movie, or anime. Users can view trailers, read comprehensive descriptions, explore similar content, and access useful information such as age ratings, IMDb ratings, status, and more. One of the major challenges i faced during the development of this project was handling API usage limitations. As movie information changes frequently, it was essential to provide users with the most recent data while dealing with the API's constraints. One solution was to leverage the power of IndexedDB, a low-level API for client-side storage of significant amounts of structured data. I've implemented a system to save the received data from the API to IndexedDB. This data is refreshed once a day, ensuring the website provides users with current information without exceeding the API's call limit. This strategy not only maintains data freshness but also improves the application's performance, as i can serve a lot of the data directly from the local IndexedDB storage, resulting in quicker load times and a smoother user experience. ## Installation https://obscure-anchorage-29420.herokuapp.com/ ## Usage PopcornPeek is designed to be user-friendly and engaging. Here are quick steps on how to interact with the application: 1. Registration: To register an account, provide a unique username, email, and password on the sign-up page. 2. Saving Content: When you find a movie, show, or anime that piques your interest, click on it for detailed information. You'll find a 'Save' button on this page, which you can use to save the content to your profile for future reference. 3. Personalized Recommendations: Once you're logged in, personalized recommendations will appear on your homepage, curated based on the content you've saved. 4. Search: You can use the search bar located in the navbar at the top of the page to search for your desired content by title. 5. Chatbot Assistance: When logged in, you'll find a chatbot button at the bottom right of the page. Click on it and ask away! Be specific in your questions, as the chatbot doesn't remember previous conversations. 6. Additional Information: Detailed information about each movie, show, or anime including age ratings, IMDb ratings, etc., can be accessed by clicking on the content that you're interested in. Screenshot 2023-06-12 at 12 13 42 PM Screenshot 2023-06-12 at 12 35 58 PM Screenshot 2023-06-12 at 12 38 27 PM ## Credits google, stackoverflow, bing, https://www.freepik.com/free-photo/3d-cartoon-lumberjack-character_38990025.htm#query=spying%203d&position=20&from_view=search&track=ais , https://webartdevelopers.com/blog/ , https://codepen.io/trending , https://uiverse.io/ ## License ![Alt text](https://img.shields.io/github/license/abduljabar5/react-movie-site) Copyright (c) 2022 abduljabar5 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. Footer 2022 GitHub, Inc. Footer navigation Github: https://github.com/abduljabar5 Email: abduljabar.jobs@gmail.com

近期下载者

相关文件


收藏者