- Project created in one night hackathon organized by mozilla at Thapar Institute of Engineering and Technology.
- Frontend website to create awareness about Sustainable Development Goals by United Nations.
- This project got first prize in Hackathon.
- Create HTTP server on
http://0.0.0.0:8000
. (One simple way of creating it is by runningpython -m SimpleHTTPServer
). Note: Make Sure that python2 is set as default python interpreter. - Open
project-mozilla/hackathon/index.html
on web browser.