A dictionary app builded with NextJS and ChakraUI that display words from the dictionary API. Allows to save words on LocalStorage.
Clone the project
git clone https://github.com/radriann21/nextionary.git
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run dev
To run tests, run the following command
npm run test
The project uses Vitest for testing. Only unit tests of service.
Client: NextJS, ChakraUI
Deployment: Vercel
API: DictionaryAPI