Skip to content

Smart Contact Manager (SCM) is a cloud-based application for efficiently storing and managing contact information.

Notifications You must be signed in to change notification settings

ankitaghadge19/Smart-Contact-Manager

Repository files navigation

Project Setup Instructions

Integrating Tailwind CSS

To include Tailwind CSS in your HTML files, run the following command:

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]:

Via CDN:

  1. Add Flowbite CSS in the head section
<link href="https://cdn.jsdelivr.net/npm/flowbite@2.5.1/dist/flowbite.min.css" rel="stylesheet" />
  1. Add Flowbite JS before the closing body tag
<script src="https://cdn.jsdelivr.net/npm/flowbite@2.5.1/dist/flowbite.min.js"></script>

To learn more about Thymeleaf Page Layouts [Link]

Add in the html tag:

xmlns:th="http://www.thymeleaf.org"

To use Icons:

  1. Flaticon
  2. FontAwesome

Add the FontAwesome CDN link in the head section:

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />

About

Smart Contact Manager (SCM) is a cloud-based application for efficiently storing and managing contact information.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published