Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyna-anna committed Jun 13, 2023
1 parent 274fbe1 commit 067585c
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 22 deletions.
82 changes: 61 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,58 @@
# "Filmoteka"

_Привіт!_ :wave:

:man_student: Проєкт виконували **9 розробників**. Кожен з яких працював над
**персональними тасками** а також **спільними завданнями**, котрі розподілював і
контролював Team-lead, з допомогою Scrum-master:

<a href="https://irenecreadora.github.io/filmoteka-dream-team/"><img src="https://i.ibb.co/BrjhNGG/image.png" alt="Filmoteka-team" border="0"></a>
![Header](./src/images/photo_header_library.jpg)

# Filmoteka

Filmoteka is a two-page website designed to provide users with access to
trending movies, search for movies based on keywords, view movie details,
trailers, and create their own library of watched movies or movies to watch.

## Home Page

The home page features a search form where users can enter keywords to search
for movies. When no search term is entered, a list of trending movies from the
day is displayed in the form of cards. Clicking on a movie card opens a modal
window where users can explore movie information and add the movie to their
watched list or queue for future viewing. Each movie card also includes a "Watch
the trailer" button, which opens a modal window for users to watch the movie
trailer. At the bottom of the page, pagination is available for easy navigation
between movie lists.

## My Library Page

The "My Library" page is a user's personal library, which includes two sections:
"Watched" and "Queue." These sections display movies as cards based on the
user's previous actions. Clicking on a movie card allows users to view detailed
information about the movie and remove it from their library.

## Features

- Responsive Design: The website is designed to be fully responsive, adapting to
different screen sizes starting from a minimum width of 320px. All images are
optimized for various resolutions and screen sizes, ensuring a consistent and
enjoyable experience across devices.
- Semantic Markup: The HTML structure follows semantic conventions, enhancing
the website's accessibility and search engine optimization (SEO). Pagination:
- The pages includes pagination functionality, allowing users to navigate
between movie lists easily.
- Dark/Light Theme: The website provides a dark theme option for users who
prefer a different visual style.
- Loader: A loader is displayed during page loading, providing visual feedback
to users while content is being fetched.
- Scroll-to-Top Button: A scroll-to-top button is available for quick and
convenient navigation to the top of the page.
- Cookie Consent Popup: The website displays a popup to obtain user consent for
cookie usage upon the first visit.

## Technologies Used

The Filmoteka website was built using the following technologies:

- JavaScript
- CSS
- Sass
- Parcel

## Developers

- [**Team Lead:** Iryna Makovoz](https://github.com/IreneCreadora)

Expand All @@ -26,18 +72,12 @@ _Привіт!_ :wave:

- [**Front-end developer**: Nelia Bochenkova](https://github.com/Nelia95)

:computer: **Нашою метою** було створити сайт, що відповідає макету, а також
виконати всі поставлені задачі з ТЗ.Основне призначення сайту – відображення
популярних фільмів за тиждень, пошук певного фільму, а також організація
бібліотеки користувача для керування списками фільмів.
## Contact Information

:white_check_mark: **Протягом всего проекту ми**:
If you have any questions or feedback, please feel free to contact me:

- практикували навики командної роботи з Git;
- продовжували працювати з Parcel;
- використовували методологію Scrum;
- закріпили знання з HTML і CSS.
- закріпили отримані на курсі навички по JavaScript.
- Email: [[email protected]](mailto:[email protected])
- GitHub: [lisitsyna-anna](https://github.com/lisitsyna-anna)

В результаті злагодженої командної роботи :handshake: вийшов наш проект:
[_Welcome!_](https://irenecreadora.github.io/filmoteka-dream-team/)
Thank you for visiting the Filmoteka repository! Enjoy exploring and discovering
new movies!
2 changes: 1 addition & 1 deletion src/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<p class="footer__text">
Developed with <span class="footer__icon">&#128153;&#128155;</span> by
<button type="button" class="footer__link" aria-label="Link">
Go<span class="footer__accent">IT</span> Students
Go<span class="footer__accent">IT</span>
</button>
</p>
</div>
Expand Down

0 comments on commit 067585c

Please sign in to comment.