A full-stack CRUD app that links with MongoDB to read and update quote entries made by the user.
Inspired by the film: TRON: Legacy.
Wallpaper by: Sarah-Hextall-Design
- Add additional update operations to identify & replace additional quote entries.
- Integrate animations upon html element refresh.
- Enable mobile-friendly viewports.
-
EJS (Embedded JavaScript)
- Using template engine-specific syntax to generate additional HTML via JavaScript
-
CSS
- Experimented with box shadows and background image integration
- Tested font imports to simulate those used in the TRON: Legacy film
-
JavaScript
- Database handling using MongoDB integration via MongoClient
- Create operations using POST methods to publish user quote entries
- Read operations using GET methods to render results on .ejs sheet
- Update operations using PUT methods to swap specific quote entries with a designated replacement
- Delete operations using DELETE methods to remove replacement quotes