Welcome to Hurdle, the Wordle clone where you don't want to guess the word!
The goal of Hurdle is to come up with as many valid words as possible that do not match the target word. Test your vocabulary and outwit the hurdles along the way!
Hurdle leverages modern web development tools for optimal performance and scalability:
- Frontend: Built using React with Vite for fast builds and development.
- Styled using plain CSS
- Backend: A lightweight Express.js server handles API requests.
- Wordle API: Word data is fetched from this open-source Wordle API: Wordle API.
- Node.js: Ensure you have Node.js installed.
- npm: Comes bundled with Node.js.
- Clone the repository
git clone https://github.com/tingtingtingtingtingtingtingtingtingtin/hurdle.git cd hurdle - Install dependencies
npm install
- Run the backend and frontend servers with:
or
npm run server npm run dev
npm start
Ctrl+Clickto open the link provided or copy-paste it into a new tab