Skip to content

Commit

Permalink
add screen capture and main logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiamast committed Feb 12, 2022
1 parent 351747f commit 1face2c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 7 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
## Persian Wordle a Parody of Wordle

An application used to TypeScript , React-JS , TailwindCss , Persian words Dictanary

An application used to TypeScript , React-JS , TailwindCss , Persian words
![Persian wordle Screen Capture](images/PersianWordleLogo.jpg)

## Play and Enjoy

you can play persian wordle an https://persianwordle.github.io

## Project Status

This project is currently in development.
This project is currently in development. can you HELP me ?

## Installation and Setup Instructions


Clone down this repository. You will need `node` and `npm` installed globally on your machine.
### Clone down this repository.
You will need `node` and `npm` installed globally on your machine.

Installation:

Expand All @@ -24,6 +30,8 @@ To Start Server:

`npm start`

To Visit App:
To Visit PersianWordle:

`localhost:3000`

`localhost:3000/ideas`
![Persian wordle main](images/screencapture-main.png)
File renamed without changes
Binary file added images/screencapture-main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 9 additions & 2 deletions src/components/modals/StatsModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,17 @@ export const StatsModal = ({ isOpen, handleClose, gameStats }: Props) => {
آمار شما در وردل فارسی
</Dialog.Title>
<StatBar gameStats={gameStats} />
<h4 className="text-lg leading-6 font-medium text-gray-900">
{/* <h4 className="text-lg leading-6 font-medium text-gray-900">
پراکندگی حدس های صحیح
</h4>
<Histogram gameStats={gameStats} />
<Histogram gameStats={gameStats} /> */}
<div>
<img
src="/PersianWordle.ico"
alt="Persian Wordle logo"
className='m-auto'
/>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 1face2c

Please sign in to comment.