jkmarx / wordleish

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 92.0%Language:CSS 5.1%Language:HTML 3.0%