Connecting Reacts and Posting the Node-able!
- HTML
- CSS
- JavaScript
- React
- Node.js
The website consists of 3 pages
-
Home Page
Consists of Profile Side, Post Side and Right Side.
Profile Side consists of Profile Picture, Username, Followers, Following, and Posts.
Post Side consists of Post Picture, Post Caption, Post Likes, Post Comments and Post Time.
Right Side consists of Trending List of various topics. -
Profile Page
Consists of Profile Side, Post Side and Right Side. Same as the Home Page, but the user's profile is displayed at the center. -
Auth Page
Consists of Login and Register Page.
Login Page consists of Login Form.
Register Page consists of Register Form.
- Clone the repository
git clone https://github.com/Hardvan/MERNgram
- Install the dependencies
npm install
- Run the website
npm start
- Run the command
npm run build
- The build folder will be created
- Upload the build folder to Cloudflare Pages