Skip to content

praaatik/pi-peekaboo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pi-Peekaboo

This is just a rather simple web app which searches for entered digit strings in the first 1 Million digits of Pi.

This has been inspired from The Coding Train, particularly this coding challenge.

Try a demo

The app is hosted on Vercel link for which is https://pi-peekaboo.vercel.app/

Demo-Screenshot

Want to run the app locally instead?

You need to have Node.js installed on your machine beforehand, check out this link in case you haven't.

To run the app, first clone the repository.

git clone https://github.com/praaatik/pi-peekaboo

Change to the directory

cd pi-peekaboo/

Install the dependencies by running the following command

npm install

Finally, run the app!

npm start

Finally, if you've got any modifications or suggestions, please feel free to raise a PR :)

About

Search for an occurrence in Pi!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published