Skip to content

Wordle model converted into full stack web app for CSC2034 Science of Programming

License

Notifications You must be signed in to change notification settings

markhudsonn/csc2034-wordle-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSCS2034 Wordle Project

Created for CSC2034 Science of programming module. A wordle game in Jupyter notebook later converted into a Flask backend and React frontend as an extension task. Live demo can be found here.

Tech

  • Languages: Python, TypeScript
  • Frameworks: Flask, React
  • Build Tool: Vite
  • Styling: Tailwind CSS
  • Hosting: Fly.io (backend), Vercel (frontend)

Running extension task

Run the flask backend:

cd extension/backend
pip install -r requirements.txt
flask run

Run the react frontend:

cd extension/frontend
npm install
npm run dev

About

Wordle model converted into full stack web app for CSC2034 Science of Programming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published