Tik Tok Clone using next js.

tik-tok-clone-using-next-js.

A full stack tiktok clone project build using nextjs.

This is not a fully finished project it’s just a demonstration.

Clone, fork, edit do whatever you need.

Source Code : github

Working APP: APP

Let me know what you think of this project 🙂.

Total
0
Shares
Leave a Reply

Your email address will not be published. Required fields are marked *

Previous Post
what-things-you-do-for-starting-new-project?

What things you do for starting new project?

Next Post
how-to-reuse-data-for-previews-in-jetpack-compose

How to reuse data for previews in Jetpack Compose

Related Posts
cypress查找元素

cypress查找元素

cy.get('.item') // 这会返回所有 class 为 'item' 的元素 cy.get('.item').eq(1) // 获取第二个 'item' 元素 cy.get('.item').eq(1).should('contain', 'Item 2') // 检查第二个 .item…
Read More