Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 1.87 KB

README.md

File metadata and controls

67 lines (43 loc) · 1.87 KB

Inventory App | See Live

To check API documentation on swagger you can visit See API Documentations Using Swagger

This product inventory appication to keep track of all products by added by user. Here user can Add, Edit or Delete their products (CRUD with Products). Also user can login using SMS OTP login and signup using user details.

Tech Stack used:

  • React JS
  • Node JS
  • FireBase API
  • Mongo DB
  • Chakra UI
  • Chakra-templates
  • HTML
  • CSS
  • JavaScript
  • Swagger

Features:

  • Login , Sign Up using node JS and mongo DB.
    • Login using SMS OTP sent on registered phone number
    • Login with the help of registered Email and password
    • Signup/register user using user details
  • Product page :
    • Add product model(needs to loogin
    • update product model
    • delete product by clicking on DELETE button

Glimps of Project

  • Home Page without login

landingPage

  • Home Page with login

homeafterlogin

  • SignUp Form

signUPForm

  • Login Form with Phone number

login

  • Login Form with Email Password

login

  • Add product Modal

MealsPage

  • Update product Modal

MealsPage

  • AllProducts shown with drwaer

moments