Skip to content

a nextjs web app that use dictionary api. use localStorage for store starred words.

Notifications You must be signed in to change notification settings

radriann21/nextionary

Repository files navigation

Nextionary

A dictionary app builded with NextJS and ChakraUI that display words from the dictionary API. Allows to save words on LocalStorage.

Run Locally

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

Running Tests

To run tests, run the following command

  npm run test

The project uses Vitest for testing. Only unit tests of service.

Tech Stack

Client: NextJS, ChakraUI

Deployment: Vercel

API: DictionaryAPI

Authors