Skip to content

Latest commit

Β 

History

History
53 lines (34 loc) Β· 1.27 KB

README.md

File metadata and controls

53 lines (34 loc) Β· 1.27 KB

Blogging Platform 🌐✍️

A full-stack blogging website where users can share their views, knowledge, and experiences through articles. Think of it as YouTube for written content πŸ“βœ¨.

πŸ“‚ Project Structure

The project is divided into two main folders:

  • /frontend: Contains the React.js source code for the client-side application.
  • /backend: Contains the Express.js source code for the server-side application.

πŸš€ Features

  • Create, edit, and publish articles.
  • Explore posts shared by the community.
  • Fully responsive design for all devices.

πŸ› οΈ Tech Stack

  • Frontend: React.js, TailwindCSS (or your preferred CSS framework).
  • Backend: Express.js, SQLite (or your chosen database).

πŸ“¦ Installation

1️⃣ Clone the repository

git clone https://github.com/abdullahwebwiz/Read_Right.git cd your-repo-name


Install dependencies for both frontend and backend

Navigate to the frontend folder and install dependencies

cd frontend
npm install

Navigate to the backend folder and install dependencies

cd ../frontend
npm install

🀝 Contributing

Contributions are welcome! Feel free to open issues or submit pull requests to improve this project.