Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zakaria9375/fm-advice-generator
UI made by tailwind and angular
https://github.com/zakaria9375/fm-advice-generator
angular css html tailwindcss
Last synced: 21 days ago
JSON representation
UI made by tailwind and angular
- Host: GitHub
- URL: https://github.com/zakaria9375/fm-advice-generator
- Owner: Zakaria9375
- Created: 2024-03-22T00:59:27.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-22T01:34:39.000Z (8 months ago)
- Last Synced: 2024-03-22T02:24:05.582Z (8 months ago)
- Topics: angular, css, html, tailwindcss
- Language: TypeScript
- Homepage: https://65fcdfd864b8ada13efbe4c4--prismatic-lily-e4b53c.netlify.app/
- Size: 1.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advice Generator
This is a solution to the [Advice Generator app challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/advice-generator-app-QdUG-13db). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
![Design preview](./src/assets/design/desktop-design.jpg)
## Technologies
The technologies used in this design are:
* HTML & CSS & Ts
* Tailwind
* Angular## Note
An API has been integrated into the app to display different advice. Angular Pwa has been included to play the sound of dice while clicking the dice button. Maybe angular not needed but it is just for practice purposes.
## Setup
To run this app in development mode open the terminal and write the following:
```sh
git clone https://github.com/Zakaria9375/fm-advice-generator.git
cd fm-advice-generator
npm install
// you need to install angular cli to run this app in development mode
npm install -g @angular/cling serve
```## Links
* [Challenge](https://www.frontendmentor.io/challenges/advice-generator-app-QdUG-13db)
* [Live](https://65fcdfd864b8ada13efbe4c4--prismatic-lily-e4b53c.netlify.app/)