A basic email, website and github tracker
This is currently running on my VPS but can be run on your own.
git clone https://github.com/etinaude/tracker.git
cd tracker
npm install
npm start
This uses:
- Node & Express JS backend
- SQL database
- Travis CI
- Vanilla JS front end
- Switch to React front end
- include g-mail auto tracking
- add notifications with pushbot
- add mobile browser support
- improve security
- add copy URL button
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.