A web-based Amharic typing tutor designed to help users learn touch typing through structured lessons and real-time feedback. Deployed here: fetan.mesnoy.com
Make sure you have composer
and npm
installed and run these commands.
git clone https://github.com/omer-biz/fetan.git
cd fetan
npm install
composer run dev
Contributions are welcom.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request