Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 782 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 782 Bytes

Interesting code -> https://github.com/Jatzek3/Router-Pagination/blob/master/src/components/Home/Home.tsx

Let's Paginate

Application created as a recruitment task. It may seem simple at first glance becaouse technologies used in the project are not very complex and high level, but there were a couple of challenges to overcome, to satisfy the technical requirements.

To install

  • downolad/clone repository
  • open repository
  • "npm install" in the console
  • "npm run build"
  • "serve -s build" to run

Sources

This app didnt't require to much external inspiration. I practiced and got accustomed to using useState and useEffect Hooks during development of this qpp.

Technologies used

  • React
  • React Hooks
  • React Router
  • Typescript
  • Sass
  • Bootstrap
  • Reactstrap