/is-dead-yet

Is X dead yet?

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Is X dead yet?

By Elemer San Miguel

Description

Ever wondered if that famous person with a wiki page is still alive? Wanna keep track of multiple celebrities and their breathing status? Now, with Is X dead yet? it's easier than ever!!

Features

  • Customizable list of celebrities (people.json)
  • Web scraping from Wikipedia
  • Intuitive and responsive UI

Architecture

The code is presented in a monorepo scheme:

  • The back-end can be directly deployed in a server with php8
  • The front-end (developed in AngularJS) can be build (using ng build -c production) and deployed separately
    • Env vars can be edited both for production and development in envs

Stack

php AngularJS

Tested using apache2. Project completed in 2 days.