Giter VIP home page Giter VIP logo

trinkerr-coding-round-reactjs's Introduction

Trinkerr Live Interview for React Problem Statement You need to create the search functionality, where the user can search a desired stock from the list of stocks. You will require API 1 and 2 from the Documentation. You need to make the API fetching as efficient as possible. You need to create a simple form, where the user can send a POST request to API number 3 and add the relevant data, and make sure you handle the necessary errors which is thrown. Note You need to implement the problem statement in order. Only if you are done with problem statement 1, you need to move the next one. All the very best.

API Documentation BASE_URL: http://3.108.225.220:5000

GET /api/user-access-token This API will fetch the user-access-token, which will be required in the headers of the other private API Requests GET /api/data?search_string= This API will require the user-access-token as one of the header parameters, otherwise it will throw an unAuthorized Error. It takes search_string as one of the query parameters and returns the data which matches the string. POST /api/data This API will also require the user-access-token as one of the header parameters. The data should be in the format as fetched from the GET API call. Example { "name": "....", "ltp": 20, "lcp": 30 } Note You need to deploy your code to any of your preferred choice like Netlify, Vercel, Heroku etc.

trinkerr-coding-round-reactjs's People

Contributors

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