https://github.com/anagarango/gooogledooodle
Gooogle Dooodle is a web project that allows the user to see all the Google Doodles that came out in the specific year the user writes in the input. Plus, it shows some interesting facts about the same day and month that Google Doodle was released. Last updated data was February 19, 2023. Mobile and Desktop friendly!
https://github.com/anagarango/gooogledooodle
axios kaggle-dataset lottie-react nextjs playwright tailwind-css
Last synced: about 1 month ago
JSON representation
Gooogle Dooodle is a web project that allows the user to see all the Google Doodles that came out in the specific year the user writes in the input. Plus, it shows some interesting facts about the same day and month that Google Doodle was released. Last updated data was February 19, 2023. Mobile and Desktop friendly!
- Host: GitHub
- URL: https://github.com/anagarango/gooogledooodle
- Owner: anagarango
- Created: 2023-02-20T07:59:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T04:14:18.000Z (about 3 years ago)
- Last Synced: 2025-06-25T06:05:36.853Z (11 months ago)
- Topics: axios, kaggle-dataset, lottie-react, nextjs, playwright, tailwind-css
- Language: JavaScript
- Homepage: https://gooogle-dooodle.vercel.app
- Size: 908 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Data Used
*[Kaggle Google Doodle](https://www.kaggle.com/datasets/joonasyoon/google-doodles) - directly downloaded from here and inserted into folder
*[On This Day](https://byabbe.se/on-this-day/) - API fetch call
## Programming Language Used
* Next.js 13
* Playwright
* Tailwind CSS
* Axios
* Lottie-React
## Description
Gooogle Dooodle is a web project that allows the user to see all the Google Doodles that came out in the specific year the user writes in the input.
It will show the user the Google Doodles that match the year they inserted and whne you click on an individual google doodle, it will display world events that either happened the same day that google doodle was released, else, it will show events that share the same day and month but not year.
## Getting Started
``` bash
npm install
npm run dev
```