Skip to content

dsudit01/EC327Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EC327Project

This web application is a version of Wordle owned by the New York Times. A user has 6 chances to guess a five letter mystery word. For each guess, each letter in the guess has a status that related to its correctness:

  1. If the letter is not in the word, it shows up gray
  2. If the letter is in the word, but in the wrong location, it shows up yellow
  3. If the letter is in the word AND in the correct location, it shows up green

Example

If the correct word is SNAKE and the user enters SANDY as the guess:

example

  1. The 'D' and 'Y' are both not in the word
  2. The 'A' and 'N' are in the word but in the wrong spot
  3. The 'S' is in the correct space

Software Architecture Demo:

example

How To Run Application

Install Nodejs

How to get nodejs/npm --> On Ubuntu

How to Start Application

  1. Clone the repository on your own device
git clone https://github.com/dsudit01/EC327Project.git
  1. Install All Dependencies from package.json
npm install
  1. Run react-scripts start
npm start
  1. If browser does not open automatically, site is running on:
http://localhost:3000/

Optional

  1. Install WebStorm editor to add changes to the code in a user-friendly UI that understand javascript code language

Credit

  • David Sudit (Project Lead)
  • Jonas Escobar (Specification Lead)
  • Ryan Duffy (Interface Lead)
  • Yixiu Zhu (Documentation Lead)
  • Mariah Mansoor (Technical Lead)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5