Skip to content

luisrojass/randomsort

Repository files navigation

randomsort-Logo

Web app for random sort names.

Quickstart

  • Add names to random sort them.
  • Add groups to save many name lists.
  • To try this app, visit RandomSort.

Features

  • 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.

Installation

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

Contributing

  • You can report bugs through a issue.
  • Or clone this repository and make a pull request.

License

Copyright (c) 2023 Luis Rojas S.

MIT license

About

Web app for random sort names.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published