yarnyarn dev- react-celo for web3 connection and account management
- Next.js app framework
- Apollo Client (for Graph queries)
- Material UI for designed React Components
/pagesincludes the main application components (specificallyindex.tsxand_app.tsx)_app.tsxincludes configurartionindex.tsxis the main page of the application
/componentsincludes components that are rendered inindex.tsx/publicincludes files for the PWA/utilsis for utility functions
This application uses next-pwa to make this a mobile friendly progressive web application.
PWAs are similar to web pages, but have some additional features that give users an experience on par with native apps.