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

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.

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

```