Skip to content

This is a simple recipe site project created while learning Tailwind CSS. The project includes a grid-based layout showcasing recipes with responsive design.

Notifications You must be signed in to change notification settings

snehapatil2001/recipes-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foodies Recipes Site

This project is a simple recipe website built with Tailwind CSS. It showcases a responsive grid layout for displaying recipes, a navigation menu, and some styling using Tailwind utility classes.

Table of Contents

Technologies Used

Getting Started

Prerequisites

Before you begin, make sure you have the following installed:

  • Node.js: The JavaScript runtime.
  • npm: The Node.js package manager.

Installing Dependencies

Building CSS

  1. Install dependencies:

    npm install
  2. Build CSS using Tailwind CSS:

    npm run build-css
  3. Open public/index.html in your web browser to view the recipe site.

Project Structure

  • tailwind.config.js: Tailwind CSS configuration file with custom colors, fonts, and content settings.

  • package.json: Node.js project configuration file specifying dependencies and scripts. It includes Tailwind CSS and Prettier as devDependencies.

  • .prettierrc.json: Configuration file for Prettier with the prettier-plugin-tailwindcss plugin.

  • src/styles.css: Main CSS file for styling the project. It includes Tailwind CSS imports, custom styles, and utility classes.

  • public/index.html: Main HTML file containing the structure of the recipe site. It uses Tailwind CSS classes for styling and responsiveness.

  • public/index.js: JavaScript file for handling the mobile menu toggle.

About

This is a simple recipe site project created while learning Tailwind CSS. The project includes a grid-based layout showcasing recipes with responsive design.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published