This project is a clone of the popular game Wordle by the New York Times.
The app is available at https://wwordle.vercel.app/.
- Clone this repository:
git clone https://github.com/GriffinMichalak/wordle-clone
- Run
npm install
to install dependencies. - Run
ng serve
to deploy the app. Navigate tohttp://localhost:4200/
. The application will automatically reload if you change any of the source files.
This project was generated with Angular CLI version 18.0.3.