This project was developed as an exploratory exercise of the React hooks API.
Additionally, Unstated Next is used to showcase how Redux/MobX can be avoided in projects necessitating state sharing, resulting in more efficient code with less bootstrapping.
Run the following commands:
npm i
npm start
The application is now accessible at http://localhost:3000
LTS version of Node.js (>=12).