Coder Social home page Coder Social logo

lmcjt37 / curated-tv-and-film Goto Github PK

View Code? Open in Web Editor NEW
9.0 9.0 52.0 20.64 MB

A curated list of iconic TV and movie moments from modern filmography

Home Page: https://lmcjt37.github.io/curated-tv-and-film/

License: MIT License

HTML 1.87% CSS 0.12% JavaScript 97.90% Shell 0.10%
create-react-app curated-list hacktoberfest jest movie tv webapp

curated-tv-and-film's People

Contributors

berksaribas avatar comets1 avatar danielandro avatar davidlamt avatar diddy225 avatar eliotw avatar erangaheshan avatar fallen-ecstasy avatar giulianovarriale avatar harleo avatar isaniomoraes avatar izanf avatar jamil-tlbwork avatar jason1985 avatar jeff-duke avatar juni4567 avatar kamaldlk avatar kelvin-mai avatar kndarp avatar leeconnelly12 avatar lmcjt37 avatar lucianomlima avatar maniacalbilby avatar mehdithefork avatar nemanjaglumac avatar noeltom787 avatar oliver-gomes avatar ratatatcat avatar surmistry avatar yamilurbina avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

curated-tv-and-film's Issues

Logo design

A simple logo which can be added to the header, repo and favicon.

Fix header clearance

The header clearance isn't perfect for desktop or mobile.

Too much whitespace on desktop between header and first image.

Header overlaps first image on mobile.

New suggested TV scenes

Create PRs for any suggested TV show or series scenes which are considered, in your opinion, a should watch

[Tech] Add suggestions

An additional feature of the app could be to list suggestive titles.

How this would work needs defining, as we filter the list as you type. But this feature could require you to commit a search to allow it to work.

Otherwise another solution would be to add suggestions in the content for each title.

Example: https://tastedive.com/

QA | Improve tests

The tests use Jest.

Currently only the simplest App.js test exists from boilerplate CRA.

Would be good to improve tests throughout.

Scroll animation

When you click on the header title, the scroll to top just jumps there which is clunky.

An easing should be applied to smooth this out.

Introduce a footer

Adding a footer to the bottom of the page to show some meta.

  • Link back to this github repository
  • Build version (This will mean that new PR's will require updates to the versions/ a build number increment will be needed in the future)
  • link to contributors list

Show/hide search | mobile

Similar to #138 where we are trying to improve the layout of the header for mobile.

If we can show/hide the search by initially only showing a magnifying icon, then upon selection animating the input into visibility.

This is a simple example - https://codepen.io/CBeghin/pen/HeuiF

If you feel that the design could be improved as a whole then I would suggest one of the following instead - https://tympanus.net/Development/SearchUIEffects/index9.html (This was my favourite)

Add Circle CI config

Add config for running Circle CI.

Steps required:

  • Run tests
  • Build for production
  • Deploy to Github pages

Fix year filter

When you remove tv shows in the filters, a year input is revealed.

This doesn't work.

Fix image ref

Fix the image reference for "How I met you mother" as seen below.

screen shot 2018-10-26 at 12 59 07 pm

Change filter input type

The filter selection should be swapped from a checkbox to radio buttons.

This will allow you to select one option at a time, and prevent there from being no content on the screen.

When movies filter is selected it should still show the year selection.

Component-ise the project

Breakdown the project into components for easier visibility.

Starting areas:

  • Header
  • Footer
  • Item cards

Show/hide filters on mobile

Header section takes up quite a lot of space when showing the title, search and filters.

Adding a dropdown for the filters would free up some space and you can show only when needed.

Better image assets

Most of the current images show black letter boxing.

These should be replaced with better images for the respective show or film.

QA | Add 'Testing' section

Following improvements from #20, it would make sense to add a section on how you can run tests if you want to also improve these during development.

Improve information displayed for TV/Film

There appears to be a lot of white space around the TV and Film sections.

Could do with either changing the placement of how information is shown or adding more information.

Usage of logo

Previous PR's have added assets for use in the project.

These need implementing in the readme, header and favicon.

Poor image rendering

The images are slow to load on both mobile and desktop.

The images need resizing and compressing so that it will improve load times.

Tech | Alphabetise content

A new sort filter has been added, but the content should probably start off alphabetised correctly anyway.

Maybe a script could be created to be added to a process. The script would use the same implementation as what is defined for the sorting method.

Improve UI/UX

The web app is currently very simple and could do with a facelift to make it more friendly.

Some suggestive tasks:

  • Add improved styling to the page
  • Better Font
  • Filter list (years, tv/film, animated, etc)

Docs | Acknowledgements

The information comes from IMDB and Youtube typically, so we should have an 'Acknowledgements' section in the readme.

We could also add a link in the page footer to this section.

Add missing viewport meta

Add viewport to prevent scaling and zooming when viewing app on mobile.

From memory this is all that's needed and can simply be added to the index.html

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />

Update all image URLs

Change all image URLs to static assets so that we gain uniformity.

This will enable us to have more recognisable images from each of the entries to make it easier to find what you want.

Remove search ability for description

The search should be restricted to only the title.

Adding the description seemed like a good idea at the time but the search becomes too ambiguous. Also, would you know what is written in the descriptions you are looking for anyway as the content is uniquely added?

Year could be added to the search as a sub-task.

No content removes search functionality

If you reach a message 'No search result' this affects the content stored in state so that it's not searchable.

At this point, if you delete characters from your search. This isn't reflected in the search results.

Add 'getting started' section

The Readme is missing a 'getting started' section to help new users get up and running with the development of this project.

Introduce filtering

Add the ability to filter the library by various criteria.

Some example criteria: tv/film, year, animated, action.

May require tag types to be added to the content.js.

Image URL's not resolving

With the change made to make the images static assets, the references are incorrect when deployed and therefore not resolving to appear on the production page.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.