An open API service indexing awesome lists of open source software.

https://github.com/manthanank/post-search-app

Post Search App in Angular
https://github.com/manthanank/post-search-app

angular jsonplaceholder-api tailwindcss

Last synced: about 2 months ago
JSON representation

Post Search App in Angular

Awesome Lists containing this project

README

          

# Post Search App

This is a simple app that allows you to search for posts by title and body. It uses the [JSONPlaceholder API](https://jsonplaceholder.typicode.com/) to fetch the posts.

## Technologies Used

- Angular 19
- Tailwind CSS

## How to run the app

1. Clone the repository

```bash
git clone https://github.com/manthanank/post-search-app.git
```

2. Install the dependencies

```bash
npm install
```

3. Run the app

```bash
ng serve
```

4. Open your browser and navigate to `http://localhost:4200/`

## Live Demo

You can view a live demo of the app [here](https://post-search-app.vercel.app/)

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- [JSONPlaceholder API](https://jsonplaceholder.typicode.com/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Angular](https://angular.io/)

## 📝 License

This project is [MIT](lic.url) licensed.