Post Sphere is a simple, elegant web application where users can create, read, update, and delete (CRUD) posts. It features a clean UI, interactive forms, and a modern design.
- π Create Posts β Add new posts with a username and content.
- π View Posts β See a list of all posts.
- βοΈ Edit Posts β Update existing posts.
- β Delete Posts β Remove posts with a click.
- π¨ Modern UI β Styled with Bootstrap and a custom color palette for a clean look.
- π± Responsive Design β Works on mobile and desktop.
- Frontend: HTML, CSS, Bootstrap, EJS (Embedded JavaScript)
- Backend: Node.js, Express.js
- Database: (Currently using an in-memory array, can be extended to MongoDB)
- Templating Engine: EJS