Git Product home page Git Product logo

full-stack-coding-challenge-frontend's Introduction

My Screen Recorder Url:

https://www.loom.com/share/ba3da4befbae48a8a3f164bdf5975ff6

Brief

I used the React-window library for recycler methodology to display only a few items to the user. also used useCallBack and use debounce for search input.

Extra questions

  • What are some edge cases you would take care of before shipping this to production?

    1. Think a lot about the variable and method names, complemete related, without abstraction
    2. Extract a block of code to a function with meaningfull name
    3. move a helper code to helper folder, a const to constants folder ...
    4. define consts for everything that is const
    5. Do not use export default, do not change state directly, use [...state]
    6. use react.memo when ever component is only rerendering for parent rerendering
    7. make sure change state only inside useEffect() or handlers and ...
  • What changes would you make to your solution to make it mobile responsive? depends on css lib, give classname cl for xs, md, lg. or set mediaquery.

  • What's important for you to work well in a fully remote team?

    1. Based on the API documents undrstanding of properties, validations
    2. It would be great to have fast response from backend developers for my api questions
    3. daily/weekly meeting to talk about the tasks and the plan for project and deadlines.
    4. good collaboration through online platforms

Deliverables

Getting Started

The app is designed to work out of the box.

yarn install
yarn dev

The app should be available via http://localhost:3000.

full-stack-coding-challenge-frontend's People

Contributors

umartayyab avatar kianaz-tayefeh avatar

Watchers

 avatar  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.