Skip to content

Manny2706/birthday-wish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Birthday wishes

A small React greeting / celebration app built with Create React App. It contains a hero section, a cake section, love cards, and a memory lane to display messages and memories.

Deployed link

deployed on netlify: Live Demo

Features

  • Hero banner with greeting
  • Interactive CakeSection (visual cake element)
  • LoveCardSection for messages and wishes
  • MemoryLane to browse past memories
  • Responsive layout with simple styling

Components

  • src/components/Hero.js — top banner
  • src/components/CakeSection.js — cake display
  • src/components/LoveCardSection.js — wishes/messages
  • src/components/MemoryLane.js — memory timeline
  • src/components/Footer.js — footer links

Quick Start

  1. Install dependencies:
npm install
  1. Start the development server:
npm start
  1. Run tests:
npm test
  1. Create a production build:
npm run build

Available Scripts

The following scripts are available (from package.json):

  • start — starts the dev server
  • build — builds for production
  • test — runs the test runner
  • eject — eject config (one-way)

Development Notes

  • This project uses react and react-scripts (Create React App).
  • Ensure Node.js (LTS) and npm are installed.
  • Edit components in src/components/ to customize content and styles.

Next Steps

  • Commit your changes and push to your remote repository.
  • Optionally add deployment instructions or live demo link.

If you want, I can also open a PR, run tests, or add a quick contributor guide.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors