This project is a replication of the popular Wordle game. It was made to improve my web development skills and further extend my toolset after completing the FullStackOpen course.
To work on the project, start a development server:
npm run dev
To create a production version of your app:
npm run build
You might want to check out the corresponding frontend application