A social media application frontend built on React.js + vite providing the users with Profile Authentication, Posts upload with interaction & allows donating to the posts through various payments methods, smooth UI,Custom components, Darkmode / Light mode for better user experience.
Step by step instructions that tell you how to get a development environment running.
Open the file in terminal/any file editor / IDE & run the following commands.
npm install
after the dependencies are installed run
yarn run dev
yarn start
npm start
- React + Vite - Used for Frontend development.
- Material UI - Used for UI components & customization.
- Redux + Redux toolkit - Used for state management.