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.
Coding assessment task.
- React as the core infrastructure.
- Redux for state management.
- Redux-saga for handling async tasks with agility.
- React-bootstrap for styling.
Clone this repository, navigate to its folder and run:
- 'npm install' to install the dependences
- 'npm start' to run the application at development server
Special credit goes to Rowland Ekemezie, whose tutorial based the development of this video gallery and the improvement of my professional skills. Tutorial