From 5b63a4f87288d827aa1d3cb03d0551b4f24a872a Mon Sep 17 00:00:00 2001 From: Trent Palmer Date: Sun, 26 Apr 2020 16:15:19 -0700 Subject: [PATCH] add README.md for drum-machine --- drum-machine/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 drum-machine/README.md diff --git a/drum-machine/README.md b/drum-machine/README.md new file mode 100644 index 0000000..517c966 --- /dev/null +++ b/drum-machine/README.md @@ -0,0 +1,9 @@ +### Project Links + +* [GitHub Page View of this Repo](https://trentspalmer.github.io/fcc-challenges) +* [GitHub Page View of this Project (drum-machine)](https://trentspalmer.github.io/fcc-challenges/drum-machine) + +### FreeCodeCamp Links + +* [FreeCodeCamp Instruction for This Project](https://www.freecodecamp.org/learn/front-end-libraries/front-end-libraries-projects/build-a-drum-machine) +* [FreeCodeCamp Section](https://www.freecodecamp.org/learn/front-end-libraries/front-end-libraries-projects)