basics-of-nextJS
basics-of-nextJS copied to clipboard
covering the basics of next.js by cloning parts of instagram
About the project
This repository is dedicated to exploring next.js. Each branch corresponds to a tutorial I have writen and the master branch will always have code from the latest tutorial.
Setup
npm install # install dependencies
npm run api # run json-server
npm start # run next.js
Tutorials so far:
To illustrate the features I have decided to create a prototype that resembles instagram
Home page:
![]()
Photo page:
![]()