Live version here https://duolingo-clone-smoky.vercel.app/
"Duolingo clone" is a bit of a stretch :)
It's a phrase completion interaction just like the one duolingo has, with my own take on design. You just put the words in the right order to complete the phrase.
Technologies used:
- React + Next.js
- Tailwind for styles.
- Redux toolkit for state management.
- React Testing library
To run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.