Skip to content

This repository showcases NFD_Project, a fully functional application with stunning animations. Built with HTML, Tailwind CSS, JavaScript, and React, it delivers an exceptional user experience! πŸš€πŸŽ¨

Notifications You must be signed in to change notification settings

sanjaraiy/NFD_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

NFD Web Development Project

create react app

 npx create-react-app myproject_name;

Download required assets for this project

There are assets for this project that has been used here :- click here for Assets.

Using install the Tailwind CSS

 npm install -D tailwindcss
 npx tailwindcss init

Configuration of Tailwind CSS

  module.exports = {
  content:` ["./src/**/*.{html,js}"]`,
  theme: {
    extend: {},
  },
  plugins: [],
}

Add the Tailwind directives to your CSS

@tailwind base;
@tailwind components;
@tailwind utilities;

Project Description

About

This repository showcases NFD_Project, a fully functional application with stunning animations. Built with HTML, Tailwind CSS, JavaScript, and React, it delivers an exceptional user experience! πŸš€πŸŽ¨

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published