Skip to content

Jojo03-coder/DNI.GOV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML

A modern HTML project utilizing Tailwind CSS for building responsive web applications with minimal setup.

🚀 Features

  • HTML5 - Modern HTML structure with best practices
  • Tailwind CSS - Utility-first CSS framework for rapid UI development
  • Custom Components - Pre-built component classes for buttons and containers
  • NPM Scripts - Easy-to-use commands for development and building
  • Responsive Design - Mobile-first approach for all screen sizes

📋 Prerequisites

  • Node.js (v12.x or higher)
  • npm or yarn

🛠️ Installation

  1. Install dependencies:
npm install
# or
yarn install
  1. Start the development server:
npm run dev
# or
yarn dev

📁 Project Structure

html_app/
├── css/
│   ├── tailwind.css   # Tailwind source file with custom utilities
│   └── main.css       # Compiled CSS (generated)
├── pages/             # HTML pages
├── index.html         # Main entry point
├── package.json       # Project dependencies and scripts
└── tailwind.config.js # Tailwind CSS configuration

🎨 Styling

This project uses Tailwind CSS for styling. Custom utility classes include:

🧩 Customization

To customize the Tailwind configuration, edit the tailwind.config.js file:

📦 Build for Production

Build the CSS for production:

npm run build:css
# or
yarn build:css

📱 Responsive Design

The app is built with responsive design using Tailwind CSS breakpoints:

  • sm: 640px and up
  • md: 768px and up
  • lg: 1024px and up
  • xl: 1280px and up
  • 2xl: 1536px and up

🙏 Acknowledgments

  • Built with Rocket.new
  • Powered by HTML and Tailwind CSS

Built with ❤️ on Rocket.new

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published