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
- Host: GitHub
- URL: https://github.com/manthanank/post-search-app
- Owner: manthanank
- Created: 2024-12-04T05:32:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-04T05:35:31.000Z (over 1 year ago)
- Last Synced: 2025-10-25T04:56:54.543Z (7 months ago)
- Topics: angular, jsonplaceholder-api, tailwindcss
- Language: TypeScript
- Homepage: https://post-search-app.vercel.app/
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.