Skip to content

sonrisacc/charSortII

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

charSortII

Alt text Alt text

NOTE charSortII will escape symbols and numbers. When input is one word, it will sort by letters, when input is one sentence, it will sort by words. Have fun sorting!

Initial Setup

  1. Fork and clone the repo
  2. Install dependencies from the root of the repo by running
npm install
  1. Start charSortII in dev mode by running:
npm run watch
npm run dev
  1. Run test by running:
npm test
  1. Start charSortII by running:
npm run build
npm start

Now you may sort at http://localhost:8080

About

Pure JS memoize practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published