Welcome to Flavorshare! This is a social media app built using React and Redux, with a beautiful UI powered by Chakra UI. With Flavorshare, users can register and create new posts to share with their friends and followers. They can also like and comment on other users' posts, and save their favorite posts for later.
- React
- Redux
- Chakra UI
- Spring Boot (for backend)
- User registration and login
- Create new posts
- Like and comment on posts
- Save favorite posts
- Beautiful and user-friendly UI
To use Flavorshare, simply clone this repository to your local machine and install the required dependencies by running the following command in your terminal:
npm install
This will install all of the required dependencies for the project, including React, Redux, and Chakra UI.
Once you have installed the dependencies, you can start the app on your local machine by running the following command:
npm start
This will start the app, and you can begin using it right away.
We welcome contributions to Flavorshare from the community! If you would like to contribute, please submit a pull request with your changes. We will review your code and merge it into the main branch if it meets our quality standards.