Skip to content

A javascript web app which mirrors WORDLE's key features.

Notifications You must be signed in to change notification settings

jkmarx/wordleish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wordleish

Quick web app for a take home challenge. A javascript web app which mirrors WORDLE's key features. Users can have six guesses to try and guess the word.

Browser Support

Best viewed in Chrome v103.0.5060.xxx.

Seed database and start api

In a terminal window, navigte to the api directory, run npm install then npm start

Start UI

In separate terminal window, navigate to the client directory, and run npm install then npm start

Technologies

React on the client side. Express and SQLite on the server side.

Notes

Due to time constraints, this project is missing tests, deployment infrastructure, and production build code (ex: js minification).

About

A javascript web app which mirrors WORDLE's key features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published