Skip to content
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

Open
wants to merge 85 commits into
base: feedback
Choose a base branch
from
Open

Feedback #1

wants to merge 85 commits into from

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    ab2d7fe View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    b6f84e4 View commit details
    Browse the repository at this point in the history
  2. feat(project structure): add The MovieDB API and restructure project

    In this change, I have introduced The MovieDB API into the project. Additionally, I have
    restructured the project by adding new pages for movies, single movies, actors, single actors, and a
    dedicated utils/api module to facilitate seamless integration with The MovieDB API.
    
    #2 #4 #16
    0m3ga13 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    9b86c85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59a495c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. 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
    0m3ga13 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    c1bb241 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0de6393 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf9c6bc View commit details
    Browse the repository at this point in the history
  4. 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
    Zohir-kk committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    5385e87 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1858cbe View commit details
    Browse the repository at this point in the history
  6. Merge pull request #18 from 202306-NEA-DZ-FEW/new-actor-page-componen…

    …t-11
    
    New actor page component 11
    liliumorion authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    b4d4e58 View commit details
    Browse the repository at this point in the history
  7. style(test): test

    0m3ga13 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    6cdf04e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b57725d View commit details
    Browse the repository at this point in the history
  9. Merge pull request #19 from 202306-NEA-DZ-FEW/8-create-home-page

    8 create home page
    Zohir-kk authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    ff89667 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f03922d View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. feat(navbar): add navbar

    liliumorion committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    265187a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20680a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c0b39a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41ba6d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebf0a5b View commit details
    Browse the repository at this point in the history
  6. 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
    liliumorion committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    df02b73 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Merge pull request #22 from 202306-NEA-DZ-FEW/7-create-footer-comp

    feat(footer): add footer to the project
    0m3ga13 authored Sep 16, 2023
    Configuration menu
    Copy the full SHA
    59ca314 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00f1457 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cd1b4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8121840 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a59980 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ebc478 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cbef142 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fae0ae7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4d8f34f View commit details
    Browse the repository at this point in the history
  10. Merge pull request #24 from 202306-NEA-DZ-FEW/9-movies-page

    9 movies page
    0m3ga13 authored Sep 16, 2023
    Configuration menu
    Copy the full SHA
    ac83943 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b976a7c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    542e110 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #25 from 202306-NEA-DZ-FEW/6-create-navbar

    6 create navbar
    0m3ga13 authored Sep 16, 2023
    Configuration menu
    Copy the full SHA
    6c3b220 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #26 from 202306-NEA-DZ-FEW/6-create-navbar-component

    6 create navbar component
    Zohir-kk authored Sep 16, 2023
    Configuration menu
    Copy the full SHA
    2c0cdff View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    09361d7 View commit details
    Browse the repository at this point in the history
  16. 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
    liliumorion authored Sep 16, 2023
    Configuration menu
    Copy the full SHA
    89eb5eb View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    15ae0dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1853211 View commit details
    Browse the repository at this point in the history
  3. fix(single actor page): link the actors and single actor page

    we used params to link single actor page
    
    fix #29
    0m3ga13 committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    2625346 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #30 from 202306-NEA-DZ-FEW/28-add-a-functional-sea…

    …rch-bar
    
    feat(searchbar): make the searchbar functional
    0m3ga13 authored Sep 17, 2023
    Configuration menu
    Copy the full SHA
    f214ad4 View commit details
    Browse the repository at this point in the history
  5. 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
    0m3ga13 authored Sep 17, 2023
    Configuration menu
    Copy the full SHA
    7a9f6a3 View commit details
    Browse the repository at this point in the history
  6. feat(navbar): add darkmode button

    in this changes, we addded dark mode button in the navbar and added class in tailwind config
    0m3ga13 committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    cabef19 View commit details
    Browse the repository at this point in the history
  7. feat(darkmode): add dark mode

    in this changes we added dark mode and default color for the project
    
    fix #33
    0m3ga13 committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    e666615 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a49b7b6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    63a8514 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    10a56ed View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1ae9ca4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    25cb32f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b9114c1 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #37 from 202306-NEA-DZ-FEW/10-single-movie-page

    10 single movie page
    0m3ga13 authored Sep 17, 2023
    Configuration menu
    Copy the full SHA
    28e383b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    84451a2 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #38 from 202306-NEA-DZ-FEW/12-create-single-actor-…

    …page
    
    12 create single actor page
    0m3ga13 authored Sep 17, 2023
    Configuration menu
    Copy the full SHA
    2aeee80 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    50ec76c View commit details
    Browse the repository at this point in the history
  18. Merge pull request #39 from 202306-NEA-DZ-FEW/35-add-responsivness-to…

    …-the-navbar
    
    feat(navbar): add responsivness to the navbar
    0m3ga13 authored Sep 17, 2023
    Configuration menu
    Copy the full SHA
    f2a3d57 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    98e7370 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. feat(chore): add loaders

    in this change we added suspense and loaders
    0m3ga13 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    93d0a2d View commit details
    Browse the repository at this point in the history
  2. feat(pagination): add pagination to movies and actors page

    in this changes we added paginations in the movies and actors pages
    
    fix #41
    0m3ga13 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    a7bdf86 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #43 from 202306-NEA-DZ-FEW/41-add-paginations

    feat(pagination): add pagination to movies and actors page
    0m3ga13 authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    fd47f54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    389c84a View commit details
    Browse the repository at this point in the history
  5. fix(global): fix conflicts

    0m3ga13 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    bd0cb21 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #44 from 202306-NEA-DZ-FEW/36-add-loaders-in-the-p…

    …ages
    
    feat(chore): add loaders
    0m3ga13 authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    b2ffe3f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9be6e98 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    83199a6 View commit details
    Browse the repository at this point in the history
  9. style(project): fix responsivness

    in this changes we fixed responsiveness in Home page and Footer
    
    fix #14
    Sara BEGACHE committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    65b5cf5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4349797 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #45 from 202306-NEA-DZ-FEW/14-ensure-responsive-de…

    …sign
    
    style(project): fix responsivness
    0m3ga13 authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    932977e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    95323b6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    648ee52 View commit details
    Browse the repository at this point in the history
  14. 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
    0m3ga13 authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    3a8988f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    179d7ef View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7fb6dbf View commit details
    Browse the repository at this point in the history
  17. Merge pull request #47 from 202306-NEA-DZ-FEW/13-styling

    style(project core): add general styling and applied it to all the pr…
    0m3ga13 authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    be2672e View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. 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
    0m3ga13 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    3470deb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #48 from 202306-NEA-DZ-FEW/40-bonus-add-tv-shows

    feat(tv shows): add tv shows, fix some issues
    liliumorion authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    a9555bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7178050 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #50 from 202306-NEA-DZ-FEW/49-add-metadata-to-the-…

    …website
    
    style(overall project): in this issue, metadata was handled
    0m3ga13 authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    c0adf81 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #51 from 202306-NEA-DZ-FEW/dev

    Merge to Master
    liliumorion authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    303c3f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d4ae978 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    0m3ga13 authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    3d427f2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8752797 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6fb4e85 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9474100 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9f46f8e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    585b422 View commit details
    Browse the repository at this point in the history
  13. Update README.md

    update the readme file
    0m3ga13 authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    32d470b View commit details
    Browse the repository at this point in the history