An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# AUTI Web

![Auti Header](https://i.ibb.co/ykBzyDs/header.jpg)

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)