Coded a fully functional 'Facebook clone' on React.JS using Next.js, Tailwind CSS and Cloud Firestore.
To run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
The pages/index.js
subdirectory contains the main config and renders the main page.
The components/Feed.js
subdirectory contains the main feed which includes stories, the input box and posts.
The components/Sidebar.js
subdirectory contains the sidebar options such as Groups, Shopping and Calender.
The components/Widgets.js
subdirectory contains the side widgets.
The styles/globals.css
subdirectory contains the styling for icons in the sidebar.