A UI design prototype for the Easy Read Document Generator. This project demonstrates a responsive interface and mock data handling for document creation.
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Build for production:
npm run build
Mock APIs are provided in /src/app/api for experimenting with dynamic content loading. These are placeholders and should be replaced with real backend APIs in production.
Currently, only data fetching is implemented via mock APIs; updates are handled locally on the page. When integrating a backend, these mechanisms may need to be rewritten. Using SWR for API data fetching is recommended.
Figma files are available in the figma/ folder. These serve as visual references only; for actual functionality, refer to the source code.
src/app/– Application pages and routingsrc/components/– UI componentssrc/lib/– Utility librariessrc/stores/– State managementfigma/– Figma design files
This is a private demonstration project. The authors reserve all rights to the code. Images in the repository are placeholders and will be removed in the final product. If you believe any image infringes your rights, please contact the authors by raising an issue.