Skip to content

agarwal-123/String-Shortner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

String Shortner React App.

Deployed on Heroku: https://string-shortner.herokuapp.com/

Base converstion algorithm is used for shortning the string. As we were given 26 charachtered string, which is needed to be converted to a 62 charachtered alphanumeric string. A simple base converstion from base 26 to base 10 and the base 10 to base 62 was used in backend.

Backend Repo: https://github.com/agarwal-123/String-Shortner-Back ( NodeJs )

Note : First charachter Should not be "a" . It is the limitation of the code . Example: "aaaa" is Invalid.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published