Web app for random sort names.
- Add names to random sort them.
- Add groups to save many name lists.
- To try this app, visit RandomSort.
- Add names to random sort them, automatically saved in local storage.
- Add groups to save name lists and use them later.
- Light and dark mode.
First, import this project with git clone:
$ git clone https://github.com/luisrojass/randomsort.git
Now, install all dependencies with npm install:
$ npm install
In /src you'll find all project files.
Run dev command to view a preview of the changes, while you're editing files.
$ npm run dev
Run lint command to standardize all files following the rules of ts-standard.
$ npm run lint
After you edit all needed files, use build command to generate the static files in /dist folder.
$ npm run build
Use preview command to view the final result.
$ npm run preview
- You can report bugs through a issue.
- Or clone this repository and make a pull request.
Copyright (c) 2023 Luis Rojas S.