A multilingual Wordle web application built with Node.js, Express, Handlebars, and SQLite/MySQL. Features user authentication via 42 API, leaderboards, and support for multiple languages.
Try it on https://42wordle.whatsweb.fr/
- Play Wordle in various languages
- User authentication with 42 API OAuth
- Personal and global statistics/leaderboards
- Multilingual support (English, French, Japanese, etc.)
- Responsive UI with Handlebars templates
- Node.js (v16+ recommended)
- npm
- SQLite or MySQL
- Clone the repository:
git clone https://github.com/Liammmmmmmm/42-wordle.git
cd 42-wordle- Install dependencies:
npm install- Copy
.env.exampleto.envand fill in required values:
cp .env.example .env- Initialize the database:
node init_db.jsStart the development server:
npm run devMade by lilefebv & gueberso