Live Website: Pixzone
- Redux-Toolkit
- React JS
- TailwindCSS
- Firebase (database)
- Create a Post with image and caption wirh emoji(s)
- Add,Edit & Delete comment
- Homepage (User Feed)
- Sort User Feed by Date, Trending & Recent
- User Profile
- Add Profile display name, username, Bio and website
- Follow / Unfollow users
- Explore Feed (explore new people)
- Bookmark Posts
- Authentication
- Remember login
-
Clone the project
git clone https://github.com/gauravsinhaweb/pixzone.git
-
Go to the project directory
-
cd pixzone
-
Install dependencies
yarn install
ornpm install
-
Create a .env file
-
Add the following configuration to your .env file
REACT_APP_API_KEY=<firebase api key>
- Start the server
yarn start