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.
The app is hosted on Vercel link for which is https://pi-peekaboo.vercel.app/
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