About | Features | Technologies | Requirements | Starting | License | Author
Here I could build an English Dictionary where I used all the data from an nice API (Free Dictionary API). These types of projects are great for practicing consuming data from an API.
https://baxiclides-basso-neto.github.io/dictonaryApp/
✔️ Search bar ✔️ Word definition ✔️ Word meaning
The following tools were used in this project:
Before starting 🏁, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/baxiclides-basso-neto/dictonaryapp
# Access
$ cd dictonaryapp
# Install dependencies
$ yarn
# Run the project
$ yarn start
# The server will initialize in the <http://localhost:3000>
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Baxiclides Basso Neto