Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 898 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 898 Bytes

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

🏈 Tech Stacks, Libraries and Utilis

  1. NextJS
  2. Material UI
  3. Context API
    • useContext Hook
  4. Lodash
  5. Mongodb with Mongoose
  6. React-Hook-Form
  7. Notistack for showing notification

Most used React hooks

  1. useState
  2. useEffect
  3. useContext

What I learn through this project

  1. Functional Component
  2. Class Component
  3. Handling Server-Side related issue for Material-UI
  4. Building Api's using Next/Connect and Mongodb

and many more is cooking now 🍚