Git Product home page Git Product logo

fpwd-front-end's Introduction

fpwd-front-end

Demo: https://fpwd-task.dkostrzewa.pl/

Tech stack:

  • React
  • TypeScript
  • Styled Components
  • React Testing Library

Description of the approach:

As part of the task, I created an application that downloads and displays movie covers using the OMDb API. For communication with the API I used fetch because it is built into the Web API and it is not necessary to use external libraries for such a small application.

The application has been divided into:

  • api - contains methods that bind to the API
  • components - contains React and styled components
  • interfaces - contains types and interfaces
  • tests** - Contains tests

Such a division makes the code more readable, it is easy to find the files you are looking for. I did not use any state management mechanism because the application is so simple that it is enough to apply the state in the component. For more complex applications, I would use Redux or MobX.

Tests using React Testing Library have also been implemented

If I had more time, I would implement downloading movie details after clicking on the cover, as well as infinite scroll

fpwd-front-end's People

Contributors

dawidkostrzewa avatar

Watchers

 avatar

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.