Skip to content

Shisa2025/Henghui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Henghui Next.js Project

This is the Next.js version of the Henghui International website.

Getting Started

First, install dependencies:

npm install

Then, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Build for Production

npm run build
npm start

Project Structure

  • pages/index.js: Home page with sections
  • pages/b-and-b.js: B&B listings page
  • styles/globals.css: Global styles
  • public/: Static assets (pictures, files)

Migration Notes

  • Converted from static HTML/JS to React components with state management
  • Sections are now toggled using React state instead of DOM manipulation
  • Navigation between pages uses Next.js Link component
  • Static assets moved to public directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors