wordle-solver-svelte

Wordle Solver Svelte

Tutorial project that teaches you how to make a Wordle solver using the Svelte framework.

What is this?

In this repository you'll find the full source code for our Wordle solver. The code accompanies our blog post teaching you how to make your.

How to get started?

Software

To edit or just play with this project you'll need to install Node first. Pick the latest LTS (long term support) version.

Install

A simple command instructs the Node package mananger to fetch the required libraries:

npm install

Once this is complete you can start a developement server:

npm run dev

Navigate to localhost:8080. You should see the app running!

Editing Tips

If you're using Visual Studio Code as your editor we recommend installing the official extension Svelte for VS Code. If you are using other editors you may need to install a plugin in order to get syntax highlighting and intellisense.

The Coding Channel

YouTube channel.

Top categories

Loading Svelte Themes