https://github.com/ankitaghadge19/smart-contact-manager
Smart Contact Manager (SCM) is a cloud-based application for efficiently storing and managing contact information.
https://github.com/ankitaghadge19/smart-contact-manager
flaticon flowbite fontawesome httpsession mysql spring-boot spring-security tailwindcss thymeleaf
Last synced: 5 months ago
JSON representation
Smart Contact Manager (SCM) is a cloud-based application for efficiently storing and managing contact information.
- Host: GitHub
- URL: https://github.com/ankitaghadge19/smart-contact-manager
- Owner: ankitaghadge19
- Created: 2024-08-27T10:16:31.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T10:10:11.000Z (almost 2 years ago)
- Last Synced: 2025-01-05T02:42:02.614Z (over 1 year ago)
- Topics: flaticon, flowbite, fontawesome, httpsession, mysql, spring-boot, spring-security, tailwindcss, thymeleaf
- Language: CSS
- Homepage:
- Size: 2.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Setup Instructions
## Integrating Tailwind CSS
To include Tailwind CSS in your HTML files, run the following command:
```bash
npx tailwindcss -i src/main/resources/static/css/input.css -o src/main/resources/static/css/output.css --watch
```
## To use Flowbite component in HTML Files [[Link]](https://flowbite.com/):
Via CDN:
1) Add Flowbite CSS in the head section
```bash
```
2) Add Flowbite JS before the closing body tag
```bash
```
## To learn more about Thymeleaf Page Layouts [[Link]](https://www.thymeleaf.org/doc/articles/layouts.html)
Add in the html tag:
```bash
xmlns:th="http://www.thymeleaf.org"
```
## To use Icons:
1) [Flaticon](https://www.flaticon.com/search)
2) [FontAwesome](https://fontawesome.com/search)
Add the FontAwesome CDN link in the head section:
```bash
```