Made with ❤️ by @apfirebolt
This is a chat application created in Express, Jquery and Tachyons CSS. It is the second chat based application I've worked on in the past week. This is different from the other app which I created in MEVN stack in a way that it does not have authentication, it does not have a complete front-end written in a modern JS framework. Instead, Jquery has been used to write front-end socket functions to interact with back-end socket events.
The project is inspired by a similar project which I came across in a Node and Express course by Brad Traversy.
The project uses Tachyons CSS framework for UI related stuff. I am not using CDN, instead have the entire minified version inside the public directory that is why Github is reading this as a CSS project which in all honesty, it is not.
- Amit Prafulla (APFirebolt) - (https://apgiiit.com/)
Simply install node modules for backend and run the development script. At the time of writing no deployment script is available for this project.
npm install
npm run dev
- Deployment scripts to be added.
- Scope for minor UI updates is there.
Please find some of the screenshots of the application.
Homepage of the application.