DislexiLess is a solution composed of a web platform (Vue 3/Nest.js) and a mobile application (Flutter) that aims to facilitate the reading process for people with dyslexia and assist healthcare and education professionals in the treatment of individuals with dyslexia.
This tool was developed over a period of 4 months for my Computer Science thesis at Universidade Vila Velha. I was responsible for the development of the web platform, while Eduardo was responsible for the mobile application. The full thesis can be found here.
- Bun v1.0.22 and above OR Node v21.2.0 and above
Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
Start the development server on http://localhost:3000
:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
# bun
bun dev
Build the application for production:
# npm
npm run build
# pnpm
pnpm run build
# yarn
yarn build
# bun
bun run build
Below is a list of all the external assets used in the development of this website with their respective licenses.
- BootStrapp Icons (MIT)
- Hero Icons (MIT)
- daisyUI (MIT)