A stylish and aesthetic task management application with a vaporwave theme. Manage your tasks with a retro-futuristic twist!
Visit the application at: https://todolistvaporwavestlye.netlify.app/
- 📝 Create, edit, and delete tasks
- 🎨 Vaporwave-inspired design
- 💾 Local storage persistence
- 📱 Responsive design for all devices
- 🌈 Aesthetic user interface
- ⚡ Fast and lightweight
- React + TypeScript
- Vite
- CSS for styling
- Local Storage for data persistence
- Node.js (v14 or higher)
- npm or yarn
- Git
-
Fork the repository
- Click the Fork button in the top right corner of this repository
- This creates a copy of the repository in your GitHub account
-
Clone your forked repository
git clone https://github.com/your-username/Vaporwave-To-Do-List.git
cd Vaporwave-To-Do-List- Install dependencies
npm install
# or
yarn install- Start the development server
npm run dev
# or
yarn dev- Open http://localhost:5173 in your browser
- Add the original repository as upstream
git remote add upstream https://github.com/original-username/Vaporwave-To-Do-List.git- Fetch and merge updates
git fetch upstream
git merge upstream/main- Add a new task using the input field
- Click on a task to mark it as complete
- Use the delete button to remove tasks
- Your tasks are automatically saved to local storage
- Implemented structured data (JSON-LD)
- Added meta tags for social media sharing
- Included sitemap.xml
- Optimized for search engines
- Mobile-friendly design
Contributions are welcome! Feel free to open issues and submit pull requests.
If you have any questions or suggestions, feel free to reach out.
- Inspired by the vaporwave aesthetic movement
- Built with modern web technologies
- Deployed on Netlify
Made with 💜 and retrowave vibes
