Skip to content

Commit

Permalink
Merge pull request #10 from CalcagnoLoic/develop
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
CalcagnoLoic authored Feb 8, 2024
2 parents 8ff6023 + 605de4e commit 8287f1a
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 4 deletions.
45 changes: 41 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
# React + TypeScript + Vite
# Dictionary WebApp

This dictionary provides definitions and examples by lexical field. Two contexts are included:

- One for darkMode (this adapts to the user's system preferences)
- One for changing the font (serif, sans-serif and mono)

<p align="center">
<a href="https://skillicons.dev">
<img src="https://skillicons.dev/icons?i=ts,react,tailwind,vite" />
</a>
</p>

Your users should be able to:
<p align="center">
<img src="./public/assets/img/readme.png" width="70%" />
</p>

## User Stories

Users should be able to:

- [x] Search for words using the input field
- [x] See the Free Dictionary API's response for the searched word
Expand All @@ -16,6 +27,32 @@ Your users should be able to:
- [x] Switch between light and dark themes
- [x] View the optimal layout for the interface depending on their device's screen size
- [x] See hover and focus states for all interactive elements on the page
- [x] Bonus: Have the correct color scheme chosen for them based on their computer preferences.
- [x] Bonus: Have the correct color scheme chosen for them based on their computer preferences.

## View

| Serif font + light mode | Serif font + dark mode |
| -------------------------------------- | ------------------------------------- |
| ![](./public/assets/img/monoLight.png) | ![](./public/assets/img/monoDark.png) |

| Sans-serif font + light mode | Sans-serif font + dark mode |
| ------------------------------------------- | ------------------------------------------ |
| ![](./public/assets/img/sansSerifLight.png) | ![](./public/assets/img/sansSerifDark.png) |

| Mono font + light mode | Mono font + dark mode |
| -------------------------------------- | ------------------------------------- |
| ![](./public/assets/img/monoLight.png) | ![](./public/assets/img/monoDark.png) |

## Built with

- Semantic HTML5 markup
- Mobile-first workflow
- TailwindCSS
- React
- Storybook
- Chromatic

## Author

![](./public/assets/img/readme.png)
- Website - [Portfolio](https://calcagno-loic.netlify.app/)
- Frontend Mentor - [@CalcagnoLoic](https://www.frontendmentor.io/profile/CalcagnoLoic)
Binary file added public/assets/img/monoDark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/img/monoLight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/assets/img/readme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/img/sansSerifDark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/img/sansSerifLight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/img/serifDark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/img/serifLight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8287f1a

Please sign in to comment.