Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firminoweb/angular-tailwind-starter
A Kick Start project containing the FrontEnd (Angular 15 + Tailwind CSS) panel and a BFF in NodeJS wrapping the public Cat API.
https://github.com/firminoweb/angular-tailwind-starter
angular angular-admin angular-components angular-template angular-theme angular15 dashboard expressjs frontend nodejs starter tailwind tailwind-css tailwindcss
Last synced: 3 months ago
JSON representation
A Kick Start project containing the FrontEnd (Angular 15 + Tailwind CSS) panel and a BFF in NodeJS wrapping the public Cat API.
- Host: GitHub
- URL: https://github.com/firminoweb/angular-tailwind-starter
- Owner: firminoweb
- Created: 2023-01-09T15:42:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T21:27:24.000Z (10 months ago)
- Last Synced: 2024-03-08T22:30:42.434Z (10 months ago)
- Topics: angular, angular-admin, angular-components, angular-template, angular-theme, angular15, dashboard, expressjs, frontend, nodejs, starter, tailwind, tailwind-css, tailwindcss
- Language: HTML
- Homepage: https://angular-tailwind-front.vercel.app
- Size: 657 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Angular + Tailwind CSS Starter with Cat API
A Kick start project, focused on a Monorepo containing the FrontEnd (Angular + Tailwind CSS) Panel and a BFF in NodeJS, with the objective of collecting the following information from the public Cat API.* Collect and view API endpoints
* A home where it shows a presentation and summary of breeds
* Display a list of all cat breeds
* Display breed information by choosing one from the list
* A list of the 10 most searched breeds in the Cats API## FrontEnd
Follow below, the specifications of the FrontEnd:* Angular 15 (JS framework)
* Tailwind 3 (CSS Lib)
* Karma + Jasmine (Test)
* RXJS
* Swiper (Photo Carousel)## BackEnd
Follow below, the specifications of the BackEnd:* Node.js 18 (JS framework)
* Express.js 4 (Web Application)
* Axios (Http Request)
* Nodemon (Monitor and Restarter Server)### **IMPORTANT**: For localhost, you need to run BFF first for FrontEnd works properly.
---