A full-stack blogging website where users can share their views, knowledge, and experiences through articles. Think of it as YouTube for written content πβ¨.
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.
- Create, edit, and publish articles.
- Explore posts shared by the community.
- Fully responsive design for all devices.
- Frontend: React.js, TailwindCSS (or your preferred CSS framework).
- Backend: Express.js, SQLite (or your chosen database).
git clone https://github.com/abdullahwebwiz/Read_Right.git cd your-repo-name
cd frontend
npm install
cd ../frontend
npm install