costolo / choose_ur_own

Intro to HTML, CSS, and JS by building a modular, component based choose your own adventure game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build a COYA

Intro to HTML, CSS, and JS by building a modular, component based choose your own adventure game.

Setup

Node

First, install Node 20 (LTS)

Git

Download and install Github Desktop

Dev environment

Download and install VS Code

  • https://code.visualstudio.com/
  • Clone this repo
  • Open Terminal, and navigate to the repository
  • Run npm install to install project dependencies
  • Run npm run dev to start the server

About

Intro to HTML, CSS, and JS by building a modular, component based choose your own adventure game.

License:GNU General Public License v3.0


Languages

Language:CSS 53.2%Language:JavaScript 34.6%Language:HTML 12.2%