Finds the median(s) of a set of primes under some value n. Uses the Sieve of Eratosthenes algorithm. Was an excercise for a coding interview.
Contains a front-end client written in React which interacts with a back-end server written in Express.
- install
node
andnpm
- checkout this repo and
cd
into the directory npm install && cd client && npm install
npm run dev