This is a repository of a set of Node.js projects I made with the intention of learning and experimentation.
List of noteworthy projects implemented in this practice repo:
- Simple Sentiment Analysis Practice Project: Just trying out Node.js and Express framework for the first time, this is supposed to
be a simple "Lookup Table" sorta Sentiment Analysis project consisting of an
Express serverbackend dealing with JSON files and avanila HTML/CSS/JSfrontend client to provide an interface to the backend api.