diff --git a/README.md b/README.md index 3d10d37..249ddab 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Instagram Clone made with NextJs + TailwindCss +Screenshot +

I made this project for learning NextJs.

Demo: https://nextjs-instagram-clone.vercel.app/

@@ -22,10 +24,13 @@

- This is a mobile responsive instagram clone example but only homepage. I set up links for other pages but designing them is meaningless. The data is static, but fetching from Next's API Routes. You can think that it is a fake api. I was fetching data as JSON without use api but I wanted to make website ready to use with a backend. You can edit the content data from /static/example_data.js and api will fetch it. + This is a mobile responsive instagram clone example but only homepage. I set up links for other pages but I did not design them. The data is static, but fetching from Next's API Routes. You can assume that it is a fake api. I was fetching data as JSON without use a real api but I wanted to make website ready to use with a backend. You can edit the content data from /static/example_data.js and api will fetch it.

- I used vercel.com for building project. + I used vercel.com to deploy project.

- Best thing of building with vercel like websites is that when you change anything, I mean push a new commit, it will be re-builded again and published. + Best thing of deploy with vercel like websites is that when you change anything, I mean push a new commit, it will be re-builded and deployed again.

+ +

Mobile Screenshot:

+Screenshot