Skip to content

Commit 93be9a3

Browse files
committed
Update build-a-randomizer-generator-with-html-css-js.mdx
1 parent f463e2d commit 93be9a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

projects/build-a-randomizer-generator-with-html-css-js/build-a-randomizer-generator-with-html-css-js.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ There are other types of cool generators out there in games, movies, and TV show
5353

5454
Today, we'll be learning how to use HTML, CSS, and vanilla JavaScript to build our own Random Generator.
5555

56+
## Getting Started
57+
58+
Create a new HTML/CSS/JS project in [Codédex Builds](https://www.codedex.io/builds) or your code editor of choice!
59+
5660
## Code Structure
5761

5862
Let's take a look at some [starter code](https://www.codedex.io/@Julien/build/randomizer-generator-starter-code). If you've taken the HTML, CSS, and JavaScript courses, our web stack for this project will look familiar. We have an HTML file that links to an external CSS stylesheet and an external JavaScript file, all contained within the same folder.

0 commit comments

Comments
 (0)