Skip to content

Mrinal26/entnt.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

ERP is a app that provides solutions for enterpries for handling the data..

🚀 Demo

Front-end deployed URL:

https://entnt-github-io.vercel.app/

GitHub Repoitory Link

https://github.com/Mrinal26/entnt.github.io

✍ Contributors

🛠 Built with

Technologies used in the project:

Javascript

React

React-Router

Chakra-UI

💻 Screenshots

  • Dashboard Page image (22)

Product Management Page image (23)

Order-mangement Page image (24)

Calendar-view page image (25)

✨ Features

  • Responsive
  • Routing using react router
  • Custom Components
  • Products and Orders Metrics
  • Calendar View

Pages

  • Dashboard Page
  • Product Page
  • Order Page
  • Calendar View

📁 Folder structure

  • public - This holds all of our static files

  • src

    • assets - This folder holds assets such as images, docs, and fonts

    • components - This folder holds all of the different components that will make up our pages

    • pages - These represent a unique page on the website i.e. Home or About.

    • App.js - This is what renders all of our browser routes and different pages

    • index.js - This is what renders the react app by rendering App.js.

  • package.json - Defines npm behaviors and packages for the client

.gitignore - Tells git which files to ignore

README - This file!

Responsiveness in all pages

image (27)

image (26)