I made a wordle clone! 🚀

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • zustand

    🐻 Bear necessities for state management in React

    nexdle is a wordle clone made with React, TypeScript, TailwindCSS, Vite, Zustand and tested with Vitest.

  • todo-app

    a simple todo app to practice my Go and TypeScript skills (by nexxeln)

    Before this I had made a simple todo-app to get comfortable with using TypeScript in React projects. Now after using it for 2 projects, I'm absolutely in love with it. TypeScript is just so good for catching errors before shipping the app to production, and the autocomplete you get is just crazy. It takes the developer experience to a whole another level.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

  • nexdle

    A Wordle clone made with React, Tailwind CSS, Zustand

    So that's it for this blog. All the code for nexdle can be found here.

  • TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

    nexdle is a wordle clone made with React, TypeScript, TailwindCSS, Vite, Zustand and tested with Vitest.

  • wordler

    Discontinued find solution to wordle every day and create an issue for each day (by sammyhass)

    nexdle is a wordle clone made with React, TypeScript, TailwindCSS, Vite, Zustand and tested with Vitest.

  • vitest

    Next generation testing framework powered by Vite.

    nexdle is a wordle clone made with React, TypeScript, TailwindCSS, Vite, Zustand and tested with Vitest.

  • vite

    Next generation frontend tooling. It's fast!

    nexdle is a wordle clone made with React, TypeScript, TailwindCSS, Vite, Zustand and tested with Vitest.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • Tailwind CSS

    A utility-first CSS framework for rapid UI development.

    nexdle is a wordle clone made with React, TypeScript, TailwindCSS, Vite, Zustand and tested with Vitest.

  • redux

    Predictable state container for JavaScript apps

    I finally learnt how to use state management libraries. In this project I used Zustand, which is like a bare bones version of Redux. It's better than using the Context API as its less boilerplatey. I figured for a small project I don't really need to use a heavy library like Redux.

  • React

    The library for web and native user interfaces.

    nexdle is a wordle clone made with React, TypeScript, TailwindCSS, Vite, Zustand and tested with Vitest.

  • jest

    Delightful JavaScript Testing.

    A few weeks ago I learnt how to use Jest and I was really excited to try it out here. But I found out that it wasn't compatible with Vite. So I found this really awesome library called Vitest. Honestly, testing was the most fun part of the whole project. It helps you catch bugs before production and is just really fun to do.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts