/jotto

Word guessing game built with React, Redux, Jest, and Enzyme - following a Udemy course.

Primary LanguageJavaScript

Jotto

A five-letter word guessing game built following a test-driven development technique, with Express, React, Redux, Enzyme, and Jest, based on the React Testing with Jest and Enzyme Udemy course.

Setup

# Install server
npm install

# Install client
cd ./client
npm install

Development

Start server:

npm start # sever runs on port 3030

Start client:

cd ./client
npm start # client run on port 3000

Deployment

TBD