https://github.com/evoluteur/kaggle-look-alike
Kaggle Data Explorer UI look-alike built in React.
https://github.com/evoluteur/kaggle-look-alike
data data-analysis data-engineering data-exploration data-mining data-platform data-science datascience exploratory-data-analysis explorer front-end frontend kaggle react spa
Last synced: about 1 month ago
JSON representation
Kaggle Data Explorer UI look-alike built in React.
- Host: GitHub
- URL: https://github.com/evoluteur/kaggle-look-alike
- Owner: evoluteur
- License: mit
- Created: 2020-06-04T23:27:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-20T04:59:51.000Z (6 months ago)
- Last Synced: 2025-04-07T09:18:51.758Z (about 1 month ago)
- Topics: data, data-analysis, data-engineering, data-exploration, data-mining, data-platform, data-science, datascience, exploratory-data-analysis, explorer, front-end, frontend, kaggle, react, spa
- Language: JavaScript
- Homepage: https://evoluteur.github.io/kaggle-look-alike/
- Size: 1.96 MB
- Stars: 35
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Kaggle-look-alike · [](https://github.com/evoluteur/kaggle-look-alike/blob/main/LICENSE.md) [](https://www.npmjs.com/package/kaggle-look-alike)
Kaggle Data Explorer UI look-alike build with React.
Check out the [live demo](https://evoluteur.github.io/kaggle-look-alike/).

This app provides a convenient way to explore and understand your datasets.
## Running the project
```bash
# Install dependencies
npm install# Run the project
npm start```
In a web browser, go to the url [http://localhost:3000/](http://localhost:3000/).
Notes: This project was mostly done in 2020 so it is missing some of the UI changes that Kaggle added since.
Kaggle-look-alike is Open Source at [GitHub](https://github.com/evoluteur/kaggle-look-alike) with MIT license.
Encourage Kaggle-Look-Alike by [becoming a sponsor](https://github.com/sponsors/evoluteur).
(c) 2024 [Olivier Giulieri](https://evoluteur.github.io/)