The Eyes Tracking Project is part of assignments in the Week 8 of the Professional Certificate in Coding: Full Stack Development with MERN. In this project, I use javascript along with CSS to show how the Iris of the Eyes track the cursor and how we can quickly create multiple instances of Eyes.
License: MIT License
You can download the source code cloning this repository using Git:
-
Open your favorite Terminal app (Unix, Linux or Macos), such as Terminal, Command, Console, iTerm2, so on.
-
Clone the repository
git clone https://github.com/dicotips/mit_xpro_eyes.git
or
git clone git@github.com:dicotips/mit_xpro_eyes.git
- Open the index.html file in your favorite Web Browser.
The future features and improvements that I want to do are:
- Create a more realistic Eye.
- Each eyes should track the cursor independently.
- Update the script to create an Chrome Extension and add those Eyes in every page we navigate.