GithubHelp home page GithubHelp logo

frontend-party's Introduction

Tesonet Front End developer task

Task was quite well prepared, kudos to you :)

Used CRA for quick bootstrap of the project.

Used typescript as it makes me more productive and I would say it is a must-have in bigger projects.

Used eslint + prettier to help concentrate on the code I am writing, and not on code styling differences.

For state management I choose not plain redux(as mentioned in requirements), but redux-toolkit, but it is just a wrapper under redux, just to write less boilerplate code. First time using it, but quite satisfied with it

For testing, I used jest + react-testing-library (by default provided from CRA). In everyday work I am using jest + enzyme combo, but it was nice experience to check how react-testing-library compare to it. I have only written few tests, just to show the skills, but there are still a lot of places not covered.

For styling I choose Sass, as I am mostly using it in the work. But I am more fan of utility css libraries, like tailwind.css. But in this case it was not an option, because of all custom css you required. For some utility css I used bootstrap. I know it is an overkill, but practically all libraries are overkill for employment tasks.

The problem with this task is that it is quite small (normal thing for employment tasks). Because it is so small, it is hard to create good abstractions from single usage of input/button. In normal project you would create component abstractions, but only after you for sure know what kinds of variations it can have.

Also while doing this such kind of employment tasks (not the first in my case), I always get a feeling that it is a task to be thrown away, so I am trying to waste as less time as possible.

Another strange thing is that you require to fork repo and create pull request, as other candidates source code can be visible. That also bring motivation down a lot, because you can just go and copy-paste someone else code.

For FE tasks I would personally would not be so strict about the styling/design, and give more freedom to developer. That would allow to also show the creative side of the person, not just ability to blindly transform design into code.

frontend-party's People

Contributors

bajormar avatar codewarsexplorer avatar dopesong avatar emanuelis avatar kerneldemon 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.