A stylish, responsive, and engaging Wordle clone developed for the 2025 Full Stack Engineering Intern position at GoLinks. This enhanced version of the popular Wordle game includes smooth transitions, interactive features, and a sleek, modern design.
git clone https://github.com/Ares1605/golinks-wordle
cd golinks-wordle
Copy .base-env
to .env
in both the frontend and backend directories and populate the necessary key values.
Navigate to the backend directory and install dependencies:
cd backend
pip install -r requirements.txt
Start the backend server (development):
python app.py
For production:
nohup gunicorn app:app &
Navigate to the frontend directory and install dependencies:
cd ../frontend
npm install
Build the frontend:
npm run build
This project is licensed under the Apache 2.0 License.