-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feedback #1
base: feedback
Are you sure you want to change the base?
Feedback #1
Commits on Sep 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ab2d7fe - Browse repository at this point
Copy the full SHA ab2d7feView commit details
Commits on Sep 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b6f84e4 - Browse repository at this point
Copy the full SHA b6f84e4View commit details -
feat(project structure): add The MovieDB API and restructure project
Configuration menu - View commit details
-
Copy full SHA for 9b86c85 - Browse repository at this point
Copy the full SHA 9b86c85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59a495c - Browse repository at this point
Copy the full SHA 59a495cView commit details
Commits on Sep 14, 2023
-
feat(home page): create home page with trending movie card slider and…
… link to single movie page This change involves the creation of a new home page that features a dynamic card slider displaying trending movies. Users can interact with these cards to navigate to the respective single movie pages for more details. BREAKING CHANGE: create home page fix #8
Configuration menu - View commit details
-
Copy full SHA for c1bb241 - Browse repository at this point
Copy the full SHA c1bb241View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0de6393 - Browse repository at this point
Copy the full SHA 0de6393View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf9c6bc - Browse repository at this point
Copy the full SHA bf9c6bcView commit details -
feat(actor page): implement actor card and actors page
In this update, I have introduced the actor card component and implemented the actors page. The actor card component will be used to display detailed information about actors, while the actors page will serve as a hub to explore and learn more about various actors within the project. BREAKING CHANGE: created actor page
Configuration menu - View commit details
-
Copy full SHA for 5385e87 - Browse repository at this point
Copy the full SHA 5385e87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1858cbe - Browse repository at this point
Copy the full SHA 1858cbeView commit details -
Merge pull request #18 from 202306-NEA-DZ-FEW/new-actor-page-componen…
…t-11 New actor page component 11
Configuration menu - View commit details
-
Copy full SHA for b4d4e58 - Browse repository at this point
Copy the full SHA b4d4e58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cdf04e - Browse repository at this point
Copy the full SHA 6cdf04eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b57725d - Browse repository at this point
Copy the full SHA b57725dView commit details -
Merge pull request #19 from 202306-NEA-DZ-FEW/8-create-home-page
8 create home page
Configuration menu - View commit details
-
Copy full SHA for ff89667 - Browse repository at this point
Copy the full SHA ff89667View commit details -
Configuration menu - View commit details
-
Copy full SHA for f03922d - Browse repository at this point
Copy the full SHA f03922dView commit details
Commits on Sep 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 265187a - Browse repository at this point
Copy the full SHA 265187aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20680a1 - Browse repository at this point
Copy the full SHA 20680a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c0b39a - Browse repository at this point
Copy the full SHA 5c0b39aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41ba6d1 - Browse repository at this point
Copy the full SHA 41ba6d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebf0a5b - Browse repository at this point
Copy the full SHA ebf0a5bView commit details -
feat(footer): add footer to the project
This change involves the addition of a footer component to the project. The footer will serve as a consistent and informative element across all pages, providing essential links and information to enhance the overall user experience. BREAKING CHANGE: created footer fix #7
Configuration menu - View commit details
-
Copy full SHA for df02b73 - Browse repository at this point
Copy the full SHA df02b73View commit details
Commits on Sep 16, 2023
-
Merge pull request #22 from 202306-NEA-DZ-FEW/7-create-footer-comp
feat(footer): add footer to the project
Configuration menu - View commit details
-
Copy full SHA for 59ca314 - Browse repository at this point
Copy the full SHA 59ca314View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00f1457 - Browse repository at this point
Copy the full SHA 00f1457View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cd1b4a - Browse repository at this point
Copy the full SHA 4cd1b4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8121840 - Browse repository at this point
Copy the full SHA 8121840View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a59980 - Browse repository at this point
Copy the full SHA 2a59980View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ebc478 - Browse repository at this point
Copy the full SHA 1ebc478View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbef142 - Browse repository at this point
Copy the full SHA cbef142View commit details -
Configuration menu - View commit details
-
Copy full SHA for fae0ae7 - Browse repository at this point
Copy the full SHA fae0ae7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d8f34f - Browse repository at this point
Copy the full SHA 4d8f34fView commit details -
Merge pull request #24 from 202306-NEA-DZ-FEW/9-movies-page
9 movies page
Configuration menu - View commit details
-
Copy full SHA for ac83943 - Browse repository at this point
Copy the full SHA ac83943View commit details -
Configuration menu - View commit details
-
Copy full SHA for b976a7c - Browse repository at this point
Copy the full SHA b976a7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 542e110 - Browse repository at this point
Copy the full SHA 542e110View commit details -
Merge pull request #25 from 202306-NEA-DZ-FEW/6-create-navbar
6 create navbar
Configuration menu - View commit details
-
Copy full SHA for 6c3b220 - Browse repository at this point
Copy the full SHA 6c3b220View commit details -
Merge pull request #26 from 202306-NEA-DZ-FEW/6-create-navbar-component
6 create navbar component
Configuration menu - View commit details
-
Copy full SHA for 2c0cdff - Browse repository at this point
Copy the full SHA 2c0cdffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09361d7 - Browse repository at this point
Copy the full SHA 09361d7View commit details -
Merge pull request #27 from 202306-NEA-DZ-FEW/8-create-home-page
style(home page): add a link to latest movies in home page
Configuration menu - View commit details
-
Copy full SHA for 89eb5eb - Browse repository at this point
Copy the full SHA 89eb5ebView commit details
Commits on Sep 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 15ae0dc - Browse repository at this point
Copy the full SHA 15ae0dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1853211 - Browse repository at this point
Copy the full SHA 1853211View commit details -
fix(single actor page): link the actors and single actor page
we used params to link single actor page fix #29
Configuration menu - View commit details
-
Copy full SHA for 2625346 - Browse repository at this point
Copy the full SHA 2625346View commit details -
Merge pull request #30 from 202306-NEA-DZ-FEW/28-add-a-functional-sea…
…rch-bar feat(searchbar): make the searchbar functional
Configuration menu - View commit details
-
Copy full SHA for f214ad4 - Browse repository at this point
Copy the full SHA f214ad4View commit details -
Merge pull request #31 from 202306-NEA-DZ-FEW/29-link-the-single-acto…
…r-and-actor fix(single actor page): link the actors and single actor page
Configuration menu - View commit details
-
Copy full SHA for 7a9f6a3 - Browse repository at this point
Copy the full SHA 7a9f6a3View commit details -
feat(navbar): add darkmode button
in this changes, we addded dark mode button in the navbar and added class in tailwind config
Configuration menu - View commit details
-
Copy full SHA for cabef19 - Browse repository at this point
Copy the full SHA cabef19View commit details -
in this changes we added dark mode and default color for the project fix #33
Configuration menu - View commit details
-
Copy full SHA for e666615 - Browse repository at this point
Copy the full SHA e666615View commit details -
Configuration menu - View commit details
-
Copy full SHA for a49b7b6 - Browse repository at this point
Copy the full SHA a49b7b6View commit details -
Merge branch '32-create-a-dark-switch-button-in-the-navbar' into 10-s…
…ingle-movie-page
Configuration menu - View commit details
-
Copy full SHA for 63a8514 - Browse repository at this point
Copy the full SHA 63a8514View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10a56ed - Browse repository at this point
Copy the full SHA 10a56edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ae9ca4 - Browse repository at this point
Copy the full SHA 1ae9ca4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25cb32f - Browse repository at this point
Copy the full SHA 25cb32fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9114c1 - Browse repository at this point
Copy the full SHA b9114c1View commit details -
Merge pull request #37 from 202306-NEA-DZ-FEW/10-single-movie-page
10 single movie page
Configuration menu - View commit details
-
Copy full SHA for 28e383b - Browse repository at this point
Copy the full SHA 28e383bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84451a2 - Browse repository at this point
Copy the full SHA 84451a2View commit details -
Merge pull request #38 from 202306-NEA-DZ-FEW/12-create-single-actor-…
…page 12 create single actor page
Configuration menu - View commit details
-
Copy full SHA for 2aeee80 - Browse repository at this point
Copy the full SHA 2aeee80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50ec76c - Browse repository at this point
Copy the full SHA 50ec76cView commit details -
Merge pull request #39 from 202306-NEA-DZ-FEW/35-add-responsivness-to…
…-the-navbar feat(navbar): add responsivness to the navbar
Configuration menu - View commit details
-
Copy full SHA for f2a3d57 - Browse repository at this point
Copy the full SHA f2a3d57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98e7370 - Browse repository at this point
Copy the full SHA 98e7370View commit details
Commits on Sep 18, 2023
-
in this change we added suspense and loaders
Configuration menu - View commit details
-
Copy full SHA for 93d0a2d - Browse repository at this point
Copy the full SHA 93d0a2dView commit details -
feat(pagination): add pagination to movies and actors page
in this changes we added paginations in the movies and actors pages fix #41
Configuration menu - View commit details
-
Copy full SHA for a7bdf86 - Browse repository at this point
Copy the full SHA a7bdf86View commit details -
Merge pull request #43 from 202306-NEA-DZ-FEW/41-add-paginations
feat(pagination): add pagination to movies and actors page
Configuration menu - View commit details
-
Copy full SHA for fd47f54 - Browse repository at this point
Copy the full SHA fd47f54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 389c84a - Browse repository at this point
Copy the full SHA 389c84aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd0cb21 - Browse repository at this point
Copy the full SHA bd0cb21View commit details -
Merge pull request #44 from 202306-NEA-DZ-FEW/36-add-loaders-in-the-p…
…ages feat(chore): add loaders
Configuration menu - View commit details
-
Copy full SHA for b2ffe3f - Browse repository at this point
Copy the full SHA b2ffe3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9be6e98 - Browse repository at this point
Copy the full SHA 9be6e98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83199a6 - Browse repository at this point
Copy the full SHA 83199a6View commit details -
style(project): fix responsivness
in this changes we fixed responsiveness in Home page and Footer fix #14
Sara BEGACHE committedSep 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 65b5cf5 - Browse repository at this point
Copy the full SHA 65b5cf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4349797 - Browse repository at this point
Copy the full SHA 4349797View commit details -
Merge pull request #45 from 202306-NEA-DZ-FEW/14-ensure-responsive-de…
…sign style(project): fix responsivness
Configuration menu - View commit details
-
Copy full SHA for 932977e - Browse repository at this point
Copy the full SHA 932977eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95323b6 - Browse repository at this point
Copy the full SHA 95323b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 648ee52 - Browse repository at this point
Copy the full SHA 648ee52View commit details -
Merge pull request #46 from 202306-NEA-DZ-FEW/42-add-logo-functional-…
…links feat(functional logo): make the logo functional & leads to the homepage
Configuration menu - View commit details
-
Copy full SHA for 3a8988f - Browse repository at this point
Copy the full SHA 3a8988fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 179d7ef - Browse repository at this point
Copy the full SHA 179d7efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fb6dbf - Browse repository at this point
Copy the full SHA 7fb6dbfView commit details -
Merge pull request #47 from 202306-NEA-DZ-FEW/13-styling
style(project core): add general styling and applied it to all the pr…
Configuration menu - View commit details
-
Copy full SHA for be2672e - Browse repository at this point
Copy the full SHA be2672eView commit details
Commits on Sep 19, 2023
-
feat(tv shows): add tv shows, fix some issues
in this changes we added the tv shows page and added it to the navbar fix #40
Configuration menu - View commit details
-
Copy full SHA for 3470deb - Browse repository at this point
Copy the full SHA 3470debView commit details -
Merge pull request #48 from 202306-NEA-DZ-FEW/40-bonus-add-tv-shows
feat(tv shows): add tv shows, fix some issues
Configuration menu - View commit details
-
Copy full SHA for a9555bc - Browse repository at this point
Copy the full SHA a9555bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7178050 - Browse repository at this point
Copy the full SHA 7178050View commit details -
Merge pull request #50 from 202306-NEA-DZ-FEW/49-add-metadata-to-the-…
…website style(overall project): in this issue, metadata was handled
Configuration menu - View commit details
-
Copy full SHA for c0adf81 - Browse repository at this point
Copy the full SHA c0adf81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 303c3f0 - Browse repository at this point
Copy the full SHA 303c3f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4ae978 - Browse repository at this point
Copy the full SHA d4ae978View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d427f2 - Browse repository at this point
Copy the full SHA 3d427f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8752797 - Browse repository at this point
Copy the full SHA 8752797View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fb4e85 - Browse repository at this point
Copy the full SHA 6fb4e85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9474100 - Browse repository at this point
Copy the full SHA 9474100View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f46f8e - Browse repository at this point
Copy the full SHA 9f46f8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 585b422 - Browse repository at this point
Copy the full SHA 585b422View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32d470b - Browse repository at this point
Copy the full SHA 32d470bView commit details