/children-control-app

Check in/out app developerd in ReactJS, redux and redux-saga

Primary LanguageJavaScript

What is it?

Small application for listing a groups of children in which:

  • Data is fetched from given API and load only the items with active key not false, bringing their thumbnail, name and information about checkin.
  • onClick at a child's full name, birthday and photo are displayed.
  • It's possible to checkin and choose a pick up time and also, check out a child.

Motivation

Coding assessment task.

Technology used

Running the application

Clone this repository, navigate to its folder and run:

  • 'npm install' to install the dependences
  • 'npm start' to run the application at development server

Credit

Special credit goes to Rowland Ekemezie, whose tutorial based the development of this video gallery and the improvement of my professional skills. Tutorial