UNPKG

kaggle-look-alike

Version:

Kaggle Data Explorer look-alike single page app

30 lines (17 loc) 1.19 kB
# Kaggle-look-alike · [![GitHub license](https://img.shields.io/github/license/evoluteur/kaggle-look-alike)](https://github.com/evoluteur/kaggle-look-alike/blob/main/LICENSE.md) [![npm version](https://img.shields.io/npm/v/kaggle-look-alike)](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/). ![Data Explorer](https://raw.githubusercontent.com/evoluteur/kaggle-look-alike/master/screenshots/kaggle-look-alike.gif) 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/)