Skip to content

Commit

Permalink
Added demo to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfrankcodes committed Jan 13, 2021
1 parent aabd4f6 commit 1f37723
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

An application that takes in a name, converts it into a number, and generates a [random walk](https://en.wikipedia.org/wiki/Random_walk) using that number as a seed. The end result is a unique random walk specific to each user's name.

## [Try it here](https://alexfrankcodes.github.io/name-walker/)

---

## 🔨 Progress

The app currently takes in a string and converts it to a number that is used as a seed for the random walk. Styling is very basic at the moment, and will be my next major focus.
Expand Down

0 comments on commit 1f37723

Please sign in to comment.