Skip to content

chenkh1/word-scramble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Contact

Kevin Chen: kevin.h.chen@vanderbilt.edu

Demo

Screenshot 2023-10-03 at 2 11 06 PM

Introduction

Welcome to word scramble! web-based game challenges you to unscramble words within 30 seconds. You have up to 3 incorrect guesses, so see if you can top the leaderboard!

Instructions

Follow these steps to start playing the Word Scramble Game:

Prerequisites

  • Node.js: Make sure you have Node.js installed. You can download it from the official website or with the following command:
    brew install node
  • React: This project uses React for the frontend. You can install React globally using npm with the following command:
    npm install -g create-react-app

Additional Packages

  • This app also utilizes express, axios, and cors, which can be installed using the commands below
    npm install express
    npm install axios
    npm install cors
  1. Clone the word-scramble project files to your computer using:

    git clone https://github.com/ChangePlusPlusVandy/change-coding-challenge-2023-chenkh1.git
    
  2. Open a terminal or command prompt and navigate to the project folder using the cd command.

  3. Enter the "ekreb_backend" folder and start the server by running the following command:

    node server.js
  4. Enter the "ekreb_frontend" folder and start the react app by running the following command:

    npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published