A personal diary-style blog application built as a full-stack web development project.
- User signup & login system
- Password reset functionality
- Create blog entries
- Edit blog entries
- Delete blog entries
- Local SQLite database integration
- Music player UI
- Custom aesthetic anime-inspired interface
- HTML
- CSS
- JavaScript
- Node.js
- Express.js
- SQLite3
This project was created as a portfolio project to practice backend development, authentication flow, CRUD operations, and database integration.
Install dependencies:
npm install
Live demo not available yet. This project runs locally using Node.js and SQLite.