This is a social media website built in Next.js 13 (App Router).
git clone https://github.com/brownrice-02/CanChu.git
cd CanChu/
yarn install
yarn run devOpen http://localhost:3000 with your browser to see the result.
- Token-based authentication for login page validation, including redirection.
- Optimistic UI refresh for users liking and commenting on posts.
- Dynamic routing functionality.
- Enhancing user experience through skeleton loading and addressing Cumulative Layout Shift (CLS) issues.
| Signup Page | Home Page | Profile Page |
|---|---|---|
![]() |
![]() |
![]() |


