Skip to content

Web application and dashboard for Twitter developed using Python standard library and Javascript, HTML, CSS without any framework

Notifications You must be signed in to change notification settings

ahmedrachid/TwitterDashboard

Repository files navigation

Twitter Dashboard

Web application and data visualization tool on Twitter dataset developed using Python standard library, Javascript, HTML and CSS without any framework

Run the project

  • Clone this repository.
  • Enter the directory where you clone it, and run the following code in the terminal (or command prompt).
docker build -t web-app .
docker run -p 8000:8000 -d --net=host web-app

The application is now available at : http://localhost:8000

About

Web application and dashboard for Twitter developed using Python standard library and Javascript, HTML, CSS without any framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published