PostAdda is a modern, responsive front-end web application built with React.js that allows users to post and view community updates. It's a social platform where users can share posts and stay connected with others.
- π§Ύ Add and display posts with title, description, and date
- π List view of all posts with smooth UI
- π§Ή Clear all posts functionality
- π§ Built using React functional components and hooks
- π Responsive and clean design with CSS modules or styled-components (based on your setup)
- Pagination
- Detailed Card View
- Frontend: React.js, HTML5, CSS3
- State Management: React Hooks (
useState,useEffect) - Styling: CSS / SCSS / Styled Components (modify if necessary)
- npm or yarn
git clone https://github.com/Anuja1227/PostAdda-App.git
cd PostAdda-App
npm install