This is my personal website built with React and Material UI. It features a responsive design with automatic dark/light theme switching based on system preferences.
- Responsive design for all device sizes
- Automatic dark/light theme switching based on system preferences
- Manual theme toggle option
- Blog and news sections
- Smooth animations and transitions
- Node.js (v14 or higher)
- npm or yarn
-
Clone the repository
git clone https://github.com/lelelemonade/lelelemonade.github.io.git cd lelelemonade.github.io -
Install dependencies
npm install -
Start the development server
npm run dev -
Open your browser and navigate to
http://localhost:5173
-
Build the project
npm run build -
The build output will be in the
distfolder, which can be deployed to any static hosting service like GitHub Pages.
This website is automatically deployed to GitHub Pages when changes are pushed to the main branch.
- React
- React Router
- Material UI
- Framer Motion for animations
- Vite for build tooling
This project is personal and all rights are reserved.