GithubHelp home page GithubHelp logo

gouravmakhija18 / react-admin-dashboard Goto Github PK

View Code? Open in Web Editor NEW

This project forked from llorentegerman/react-admin-dashboard

0.0 0.0 0.0 4.16 MB

Building a UI from scratch, based on a design with ReactJS

Home Page: https://llorentegerman.github.io/react-admin-dashboard/

License: MIT License

HTML 2.19% CSS 2.12% JavaScript 95.70%

react-admin-dashboard's Introduction

react-admin-dashboard v2.0

Live demo: https://llorentegerman.github.io/react-admin-dashboard/

This UI is based on the following Figma design: https://www.figmafreebies.com/download/figma-admin-dashboard-ui-kit/

Although the code has been totally refactored, in order to use of functional components, hooks and integrated 100% with react-router, you can still find the original project post here "Building a UI from scratch, based on a design with ReactJS" here or here.

Folder Structure

base folder: /src:

  • /assets: /icons: SVGs icons other assets (i.e. images)

  • /components: generic components, or components that will be used by multiple routes i.e.: form components, tables, cards

  • /hooks: every hook should be in this folder, and its name should start with the prefix "use": i.e.: useSidebar, useQuery, etc.

  • /resources:

    • slugs.js: a list of the routes that will be used in the app
    • theme.js: an object with the theme structure, colors, typographies.
    • utilities.js: any utility function, for example "convertSlugToUrl", which is used in conjunction with "history.push" (react router) for redirects and links.
  • /routes: We have 2 types of routes, public and private. public: are all those that do not require the user to be logged into the app, such as Login, Signup, etc. private: to access these routes the user must be logged in. Each main section of the application has its own route:

    • auth (for login, signup, etc)
    • dashboard
    • overview
    • tickets
    • ideas
    • contacts
    • agents
    • articles
    • settings
    • subscription

Current dependencies:

react-hook-form: form handling.

react-jss: styles.

react-router-dom: routing.

simple-flexbox: flexbox utility.

License

This software is released under the MIT License.

Author

me

Germán Llorente

react-admin-dashboard's People

Contributors

llorentegerman avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.