Giter Club home page Giter Club logo

servc_test_task's Introduction

SerVC Test Assignment Frontend React

Assignment should be made with React framework.

Just use this repository as a template to generate repo in your account and make an assignment in it.

Create a new branch, make the task in it, then make a Pull Request to the main branch, so we are able to review it and leave some comments if needed.

Task

The application should fetch data from Pokemon API and render it:

  • Create a view for the list of the pokemons on the main page with a pagination (site.com/)
  • Create a view for a single pokemon on another page (site.com/{id})

Extras (optional)

Info

There are already predefined API calls (src/api/pokemon.api.ts) to make requests to the Pokemon API.

It’s bad practice to use any or to not use types at all in typescript, so try to make typings for all your code.

Screenshots in the design folder can be used as a reference for you, but you can make your own design if you want. Just do it with CSS (css modules, scss, tailwind, etc.), not with a predefined component library like MaterialUI or Bootstrap.

Useful Links

Routing in React - https://reactrouter.com/en/main

Typescript object types to make nice typings - https://www.typescriptlang.org/docs/handbook/2/objects.html

Documentation for the API:

Commands

Start development server - npm run dev.

Build project - npm run build.

servc_test_task's People

Contributors

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