A simple React advice generator, using Typescript and Tailwind.
This project was created with the purpose of learning Typescript and Tailwind.
The intention was to take on a frontendmentor challenge and create an usable advice generator with the help of state of the art technology.
For running it on your local environment first:
npm install or yarn install
To run development server:
npm start or yarn start
Open http://localhost:3000 with your browser to see the result. For a full list of dependencies take a look at package.json.
If you want to use this app, you have to change addresses and link to your own sites!
For this project is nothing else necessary, the consumed API needs no key.
You can get advices per click on a button
Project is: incomplete
The Project will work fine.
Some of the types in the interface must be changed.
This is the advanced version of my advice generator.
Created by @DanGoer - feel free to contact me!
Feel free to use this code for your own projects!