A React frontend project for a Tinder-style social matching app. It uses Tailwind CSS, Redux Toolkit, React Router, and Axios to manage UI state, navigation, and API interactions.
- React with Vite for fast development
- Tailwind CSS + daisyUI for responsive styling
- Redux Toolkit for global state management
- React Router for client-side navigation
- Axios for HTTP requests
- Login, Sign Up, profile viewing, user connections, and request handling
src/App.jsx– main app componentmain.jsx– Vite entry pointindex.css– global stylescomponents/– UI and page componentsredux/– Redux slices and store setuproute/– route definitionsutils/– constants and helpers
- Node.js 18+ recommended
- npm
npm installnpm run devThen open the local URL shown in the terminal, typically http://localhost:5173.
npm run buildnpm run preview

