This is a ReactJS application that aims to help people who are learning English from the popular "504 Essential Words" book.
To get started with the app, simply clone the repository and install the necessary dependencies:
Copy code
npm install
Once the dependencies are installed, start the app using the following command:
sqlCopy code
npm start
The app will be available at http://localhost:3000.
The app allows you to browse and search for the 504 essential words, and provides a quiz feature to help you practice and test your knowledge.
- ReactJS
- HTML
- CSS
You can access the live demo of the app at https://504words.netlify.app/.
If you find a bug or have a feature request, please create an issue on this repository. Contributions are also welcome through pull requests.
This project is licensed under the MIT License.