Skip to content

RamboGj/re-nft-frontend-test

Repository files navigation

Social Media Frontend

https://vercel.com/rambogj/re-nft-frontend-test This is the frontend component of a Social Media web application developed using TypeScript, Next.js, and Tailwind CSS. The Social Media frontend offers a user-friendly interface to interact with the platform, where users can create an account, log in, read posts, connect with friends, and manage their own posts.

Features

  • User Authentication: Users can create an account, log in securely, and stay logged in using browser Session Storage and LocalStorage for session persistence.

  • Post Management: Users can read all platform posts, view their own posts in a profile page, and create new posts. They can also access other users' profile pages and read their posts.

  • Friendship: Users can connect with friends by adding and removing them.

  • Responsive Design: The application is designed with a responsive and user-friendly UI, thanks to Tailwind CSS.

  • TypeScript: The project is developed using TypeScript, providing type safety and helping in catching errors early in the development process.

  • Next.js: Next.js is a React framework that enhances performance and provides features like server-side rendering and routing.