https://github.com/bnkcodes/auti-web
Frontend interface for AUTI project built with React and Vite
https://github.com/bnkcodes/auti-web
accessibility front-end gamification react tailwindcss typescript vite
Last synced: 3 months ago
JSON representation
Frontend interface for AUTI project built with React and Vite
- Host: GitHub
- URL: https://github.com/bnkcodes/auti-web
- Owner: bnkcodes
- License: mit
- Created: 2023-10-26T13:51:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-22T16:03:01.000Z (about 1 year ago)
- Last Synced: 2026-03-28T00:37:06.364Z (3 months ago)
- Topics: accessibility, front-end, gamification, react, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage: https://auti-web.vercel.app
- Size: 4.74 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AUTI Web

Frontend interface for the AUTI project, developed with React, TypeScript, and Vite to provide an accessible and engaging learning experience for autistic children.
## 🏆 Third Place at FIAP NEXT Festival
Part of the AUTI project that achieved third place at the prestigious FIAP NEXT Festival.
## 📋 About the Project
The AUTI Web is the frontend component of the AUTI project, providing an interactive and accessible interface for autistic children to engage with educational mini-games. Developed with modern web technologies, it offers a user-friendly experience that minimizes sensory overload.
### Key Features
- **Customized Mini-Games**: Games specifically designed to engage and educate autistic children
- **Accessible Visual Identity**: Interface design that minimizes sensory overload
- **Adaptive Learning Paths**: Personalized experience that adapts to each child's pace
## 🛠️ Technologies Used
- React
- TypeScript
- Vite
- TailwindCSS
## 📦 Installation
1. Clone the repository:
```bash
git clone https://github.com/brunownk/auti-web.git
cd auti-web
```
2. Install dependencies:
```bash
npm install
# or
yarn install
```
3. Start the development server:
```bash
npm run dev
# or
yarn dev
```
4. Access the application at [http://localhost:3000](http://localhost:3000)
## 📞 Support and Feedback
For frontend-related issues or feedback, please open an issue in this repository.
## 📄 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## 🔗 Related Links
- [Main Repository](https://github.com/brunownk/auti)
- [Backend API](https://github.com/brunownk/auti-api)