Kevin Chen: kevin.h.chen@vanderbilt.edu
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!
Follow these steps to start playing the Word Scramble Game:
- 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
-
Clone the word-scramble project files to your computer using:
git clone https://github.com/ChangePlusPlusVandy/change-coding-challenge-2023-chenkh1.git
-
Open a terminal or command prompt and navigate to the project folder using the
cdcommand. -
Enter the "ekreb_backend" folder and start the server by running the following command:
node server.js
-
Enter the "ekreb_frontend" folder and start the react app by running the following command:
npm start