This is a demo version for a Qustodio assignment.
This project was bootstrapped with Create React App.
Node and npm installed
Installs all the required modules for running the app & tests
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Launches the test runner (Enzyme + Jest) in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
src/index.js
is the main entry point of the react application.
src/App.js
is the main component, which renderizes the activity list component.
src/Activities.js
is the activity list component:
- It contains all the activities info and the functionality to select and to perform.\
- For the not-possible-to-perform activities, it renderizes the modal component.
src/UnperformedModal.js
is the modal component. Simply lists the activities that cannot be performed.