https://github.com/gartnerleandro/dotdager
Landing page project for the youtuber Dotdager contest.
https://github.com/gartnerleandro/dotdager
Last synced: 2 months ago
JSON representation
Landing page project for the youtuber Dotdager contest.
- Host: GitHub
- URL: https://github.com/gartnerleandro/dotdager
- Owner: gartnerleandro
- Created: 2024-11-22T09:19:49.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-30T19:32:51.000Z (6 months ago)
- Last Synced: 2025-01-29T10:40:17.091Z (4 months ago)
- Language: TypeScript
- Homepage: https://dotdager.dev/
- Size: 8.19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DotDager Landing Page
[](https://choosealicense.com/licenses/mit/)
[](https://dotdager.dev/)## 🌟 Live Demo
Check out the live demo: [DotDager Landing Page](https://dotdager.dev/)
## 📸 Preview

_Light Theme Preview_
_Dark Theme Preview_## About The Project
This project is a modern landing page created for DotDager's YouTube contest. It showcases a dynamic and interactive web experience built with modern web technologies, featuring:
- Responsive design
- Dark/Light theme support
- Smooth animations
- Interactive components
- Contact form
- Timeline visualization
- Project showcase section## Built With
- [Next.js](https://nextjs.org/)
- [React](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Lottie](https://airbnb.io/lottie/)
- [Lucide Icons](https://lucide.dev/)
- [CSS](https://developer.mozilla.org/es/docs/Web/CSS)## Getting Started
To get a local copy up and running, follow these simple steps.
### Prerequisites
- Node.js (v18 or higher)
- yarn (v1.19.1 or higher)### Installation
1. Clone the repo
```bash
git clone https://github.com/gartnerleandro/dotdager.git
```2. Install YARN packages
```bash
yarn install
```3. Run the development server
```bash
yarn dev
```## Usage
The website serves as a personal portfolio and includes several sections:
- Hero section with animated introduction
- Projects showcase
- About me section with professional timeline
- Quotes section
- Contact form
- Social media linksTo customize the content, you can modify:
- `src/app/page.tsx` for main content
- `src/app/_components/` for individual components
- `public/` directory for images and animations## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'feat: Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
Leandro Gartner - [@gartnerleandro](https://www.instagram.com/gartnerleandro)
## Acknowledgments
- [DotDager](https://www.youtube.com/@DotDager) for the inspiration and contest opportunity
- [Next.js Documentation](https://nextjs.org/docs)
- [React Documentation](https://reactjs.org/docs)
- [TypeScript Documentation](https://www.typescriptlang.org/docs)