ArticleBook is a full-featured article publishing platform where users can explore and read articles while admins can manage content through a dedicated admin panel.
🌐 Live Site: myarticlebook.vercel.app
- ✍️ Write and publish articles
- 📖 Read articles in a clean UI
- 🔐 Admin panel for managing posts
- 🗃️ Organized folder structure
- 📦 Node.js & modern web stack
- Frontend: HTML, CSS, JavaScript
- Backend: Node.js
- Hosting: Vercel
ArticleBook/ │ ├── Admin/ # Admin panel source code │ └── src/ # Admin frontend files │ ├── articlewebsite/ # Main website for viewing articles │ ├── package.json # Node dependencies ├── package-lock.json └── README.md # Documentation
- Clone the repository:
git clone https://github.com/VAggarwal97/ArticleBook.git
Navigate to the project directory:
cd ArticleBook Install dependencies:
npm install Start the server:
npm start
Make sure to configure any required environment variables if necessary.
✨ Future Enhancements User authentication
Comment section
Article search and tags
Markdown support for rich text
👨💻 Author Developed by Vishal Aggarwal
All work is original. Please do not copy without permission.
📝 License This project is currently not under an open-source license. Usage is allowed for learning and non-commercial purposes only.
📬 Contact For suggestions or collaborations, feel free to reach out via GitHub.
Let me know if you'd like to turn this into a blog CMS with authentication, or need deployment tips for Vercel or other platforms!