A dictionary app built using Figma design specs and design system provided by Frontend Mentor and the Dictionary API
- Clone to your local machine using the command:
git clone git@github.com:alivaditis/dictionary.git
. - Run the command:
cd dictionary
- Run the command:
npm install
- Run the command:
npm start
- Once the modules have finished compiling, enter
http://localhost:3000/
into your browser to see the live web page.
- Practice using Figma design specs and design systems in the development process
- Practice using Typescript in a React setting
- Write DRY, reusable code that follows SRP and trends toward function purity
- Make network requests (using fetch API)
- Further improve React fundamentals