Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.11 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.11 KB

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 :)