This page will be a collection of various projects that I’ve posted on github. I will be updating it as and when I add new completed projects. Enjoy! =)
HTML, CSS and Javascript Projects
- Tribute Page code repo here
- Survey / Feedback Form code repo here
- Product Landing Page code repo here
- Quote Machine code repo here.
(This JS project makes use of FB quote plugin and popup windows to allow posting of quotes on various social media platforms easily. Highlight the quote to use the FB quote plugin. The quote data is written in a JSON file hosted on a github gist. AJAX is used to read the JSON file and jQuery is used to update the quotes.) - Markdown Previewer code repo here.
(This project makes use of create-react-app to render the markdown written in the editor pane onto the prievewer pane.)
Microservices Projects
Projects here use:
Node.js and ExpressJS framework
- Date-time code repo here
(In this project, the API call will return the date and time requested in Unix format or UTC format.) - Header Parser code repo here
(In this project, the API call will return your IP address, the language and the browser software being used.) - Url-Shortener code repo here
(In this project, MongoDB is used to capture the URL given by the user and generate a short-url number in the schema. This number is then provided to the user as the shortened url. When the user post this number, it is used to search the database and redirect the get request to the original url.)
Data Analytics
Projects here use:
Python, Pandas, Matplotlib, Numpy, Scipy, Seaborn
- Sea-Level Predictor write up, Python Code
- Page View Visualizer write up, Python Code
Automation
Projects here use:
Python
- Zoom Automation write up, Python repo
Augmented Reality