A simple Quora-style website that lets users create, edit, and delete posts. Built using modern web technologies and RESTful design principles.
- 📝 Create new posts
- ✏️ Edit existing posts
- ❌ Delete posts
- 🌐 View all posts
- 📱 Clean, responsive user interface
- JavaScript – for dynamic logic and interactivity
- Node.js – server-side runtime environment
- Express.js – web framework for building RESTful APIs
- RESTful APIs – standardized communication between frontend and backend
- HTML – markup for the frontend structure
- CSS – styling the frontend for a better user experience
- Nodemon – automatic server restart on code changes (development tool)
git clone https://github.com/yourusername/quora-clone.git
cd quora-clone