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 on netlify: Live Demo
- Hero banner with greeting
- Interactive
CakeSection(visual cake element) LoveCardSectionfor messages and wishesMemoryLaneto browse past memories- Responsive layout with simple styling
src/components/Hero.js— top bannersrc/components/CakeSection.js— cake displaysrc/components/LoveCardSection.js— wishes/messagessrc/components/MemoryLane.js— memory timelinesrc/components/Footer.js— footer links
- Install dependencies:
npm install- Start the development server:
npm start- Run tests:
npm test- Create a production build:
npm run buildThe following scripts are available (from package.json):
start— starts the dev serverbuild— builds for productiontest— runs the test runnereject— eject config (one-way)
- This project uses
reactandreact-scripts(Create React App). - Ensure Node.js (LTS) and npm are installed.
- Edit components in
src/components/to customize content and styles.
- 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.