https://github.com/kafkaesc/lenguau
Practice your Spanish / Practique su español 🧿
https://github.com/kafkaesc/lenguau
aws bilingual english-learning javascript jest react react-router spanish-learning tailwindcss
Last synced: 2 months ago
JSON representation
Practice your Spanish / Practique su español 🧿
- Host: GitHub
- URL: https://github.com/kafkaesc/lenguau
- Owner: kafkaesc
- License: mit
- Created: 2023-02-20T21:05:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-13T23:11:52.000Z (about 1 year ago)
- Last Synced: 2025-07-13T02:41:53.783Z (12 months ago)
- Topics: aws, bilingual, english-learning, javascript, jest, react, react-router, spanish-learning, tailwindcss
- Language: JavaScript
- Homepage: https://lenguau.com
- Size: 3.72 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ¡Lenguau!
Built by Jared Hettinger
This project is a work in progress. It will eventually develop into a webapp for practicing English/Spanish vocabulary.
Lenguau is hosted at [lenguau.com](https://www.lenguau.com)
The code for this project is hosted at [github.com/kafkaesc/lenguau](https://github.com/kafkaesc/Lenguau)
The code for the Lenguau API is hosted at [github.com/kafkaesc/Lenguau-API](https://github.com/kafkaesc/Lenguau-API)
## 📋 Prerequisites
- Node
- npm
## 📦 Installation & Operation
After first downloading this project, run `npm install` to install the node modules.
Once the project is installed, running it just takes two steps:
1. Run the Tailwind watcher `npx tailwindcss -i ./src/input.css -o ./src/output.css --watch`
1. Run the app `npm start`
## 🛠️ Tech Stack
- React 18
- React Router 6
- Tailwind 3
### Libraries
- Heroicons
- React Confetti
## 🎯 Testing
`npm test` - Runs Jest in watch mode, re-running tests automatically as files change
## ⚖️ License
This project is licensed under the [MIT License](LICENSE.md).