Skip to content

Simple name shuffler/picker built with React, TypeScript and TailwindCSS. It also uses LocalStorage to store the names.

Notifications You must be signed in to change notification settings

typescripttv/sourvy-name-shuffler

 
 

Repository files navigation

Sourvy Name Shuffler

Try the app here

Simple name shuffler and picker made with React, TailwindCSS, TypeScript and LocalStorage. Deployed in Vercel.

It uses the browser LocalStorage to store the names in the app. It also uses a simple Hash Table or Object data structure to store the names.


Quick Start 🚀

Install app dependencies

npm install

Run the app

npm start

Build for production

npm run build

App Info

Author

Vincent Abesamis

Version

0.1.0

License

This project is licensed under the MIT License

About

Simple name shuffler/picker built with React, TypeScript and TailwindCSS. It also uses LocalStorage to store the names.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 99.1%
  • Other 0.9%