Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JEETAHIRWAR committed Feb 1, 2024
1 parent 08c329b commit c5d7677
Showing 1 changed file with 21 additions and 39 deletions.
60 changes: 21 additions & 39 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,60 +28,42 @@ Users should be able to:
- See hover states for all interactive elements on the page
- Generate a new piece of advice by clicking the dice icon



### Desktop Screenshot

![Desktop Screenshot](./design/desktop-Screenshot1.png "Desktop Screenshot")

### Mobile Screenshot
<div style="display: flex; align-items: center;">
<div align="left">
<img align="left" src="./design/mobile-Screenshot2.png" alt="Mobile Screenshot" width="360" height="680" style="margin-right: 50px;">
<div>

### Links
> ### Links
- Solution URL: [Add solution URL here](https://github.com/JEETAHIRWAR/advice-generator-app)
- Live Site URL: [Add live site URL here](https://jeetahirwar.github.io/advice-generator-app/)
> - Solution URL: [Add solution URL here](https://github.com/JEETAHIRWAR/advice-generator-app)
> - Live Site URL: [Add live site URL here](https://jeetahirwar.github.io/advice-generator-app/)
## My process
> ## My process
### Built with
> ### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- JavaScript
- Fetch API for data retrieval
- Responsive design
- Box shadows for enhanced styling
>
>> - Semantic HTML5 markup
>> - CSS custom properties
>> - Flexbox
>> - CSS Grid
>> - Mobile-first workflow
>> - JavaScript
>> - Fetch API for data retrieval
>> - Responsive design
>> - Box shadows for enhanced styling
>
</div>

### Mobile Screenshot

<img align="left" src="./design/mobile-Screenshot2.png" alt="Mobile Screenshot" width="360" height="680" style="margin-right: 50px;">
</div>



<!-- ### Links
- Solution URL: [Add solution URL here](https://github.com/JEETAHIRWAR/advice-generator-app)
- Live Site URL: [Add live site URL here](https://jeetahirwar.github.io/advice-generator-app/)
## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- JavaScript
- Fetch API for data retrieval
- Responsive design
- Box shadows for enhanced styling -->

### What I learned

During this project, I learned how to use the Fetch API to retrieve data from an external source and update the content dynamically on the webpage. I also improved my skills in responsive design, incorporating box shadows, and creating interactive elements.
Expand Down

0 comments on commit c5d7677

Please sign in to comment.