Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anilsenay authored Jul 1, 2021
1 parent ad75c10 commit 224a95f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
Instagram Clone made with NextJs + TailwindCss
</h1>

<img alt="Screenshot" src="https://i.ibb.co/M6Tjq9h/Screenshot-2021-07-01-at-16-33-54-https-nextjs-instagram-clone-vercel-app.png" width="100%" />

<h3>I made this project for learning NextJs. </h3>
<h3>Demo: https://nextjs-instagram-clone.vercel.app/</h3>

Expand All @@ -22,10 +24,13 @@
</ul>

<p>
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 <a href="https://nextjs.org/docs/api-routes/introduction">API Routes</a>. 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 <a href="https://nextjs.org/docs/api-routes/introduction">API Routes</a>. 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.
<br><br>
I used <a href="https://vercel.com/">vercel.com</a> for building project.
I used <a href="https://vercel.com/">vercel.com</a> to deploy project.
<br><br>
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.
<br><br>
</p>

<p>Mobile Screenshot:</p>
<img alt="Screenshot" src="https://i.ibb.co/vs0RXmv/resim.png" width="40%" />

1 comment on commit 224a95f

@vercel
Copy link

@vercel vercel bot commented on 224a95f Jul 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.