A simple social media style posts application built with React and Vite. Users can create, like, dislike, and delete posts.
- Create new posts
- Like and dislike posts
- Delete posts
- Material UI components
- Responsive design
- Dark theme
- React
- Vite
- Material UI
- Tailwind CSS
- Clone the repository
- Install dependencies:
npm install- Run development server:
npm run devnpm run dev- Start development servernpm run build- Build for productionnpm run preview- Preview production buildnpm run lint- Run ESLint
src/
├── components/
│ ├── CreatePost/
│ └── Post/
├── App.jsx
├── main.jsx
└── index.css