This is a mobile application built with Ionic 6 and Angular that fetches and displays programming jokes from the JokeAPI.
- Fetches jokes from JokeAPI
- Displays jokes in a clean and professional UI
- Built with Ionic 6 and Angular
- Cross-platform support (Android, iOS, and web)
Follow these steps to set up and run the Ionic 6 Jokes App:
- Node.js: Download and install Node.js from the official website.
- Ionic CLI: Install the Ionic CLI globally by running
npm install -g @ionic/cli
.
- Clone the repository to your local machine:
git clone https://github.com/JanneImmonen/IonicJokesGenerator.git
- Navigate to the project folder:
cd IonicJokesGenerator
- Install the required dependencies:
npm install
To run the app in the browser, use the following command:
ionic serve
To run the app on Android or iOS, follow the instructions in the Ionic documentation: Previewing your app.
Contributions are welcome! Please read our contributing guidelines for details on how to contribute to this project.
This project is licensed under the MIT License.