A beautiful, interactive website created as a special Mother's Day gift. Features include:
- Interactive photo gallery with smooth transitions
- Timeline view of memories
- Mobile-optimized design
- Beautiful animations and effects
To run the project locally:
# Install dependencies
npm install
# Start development server
npm start# Make the script executable (first time only)
chmod +x deploy.sh
# Run the deployment script
./deploy.sh- Build the project:
npm run build- Serve the build:
npx serve -s buildThe build folder contains the production-ready files that can be deployed to any static hosting service like:
- GitHub Pages
- Netlify
- Vercel
- Firebase Hosting
- AWS S3
├── public/
│ ├── photos/ # Photo gallery images
│ └── index.html
├── src/
│ ├── components/ # React components
│ ├── App.tsx # Main application
│ └── index.tsx # Entry point
└── package.json
- React
- TypeScript
- Material-UI
- Framer Motion
- Styled Components
MIT