Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 806 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 806 Bytes

Tracker

A basic email, website and github tracker

This is currently running on my VPS but can be run on your own.

Installing

git clone https://github.com/etinaude/tracker.git
cd tracker
npm install

Running

npm start

Technologies

This uses:

  • Node & Express JS backend
  • SQL database
  • Travis CI
  • Vanilla JS front end

Current Improvements

  • Switch to React front end
  • include g-mail auto tracking
  • add notifications with pushbot
  • add mobile browser support
  • improve security
  • add copy URL button

Collaboration

This is an on going project intended to allow me to learn a range of skills and technologies and is a great opportunity to learn more for many people, so please feel free to help with the project and submit some pull requests or issues.