The interface is created using create-react-app
Clone the repository
git clone https://github.com/abdualrhman/sign_in_app.git
cd sign_in_app
Install the dependencies
npm install
Start the development server
npm start
- styled-components: used to write css within javscript
- reactjs-popup: used to make react popup components
- The home page shows a list of children
- On clicking on the child a popup will appear with an iterface for checking the child in, and to specify the pick up time
- To check the child out, click on the child and if the child is checked in, a popup will appear with an interface for checking the child out.