Skip to content

monstar-lab-oss/admin-panel-template-reactjs

Repository files navigation

Admin Panel Template ReactJS

Netlify Status

Demo

You can check out a running demo of the site here: https://ml-admin-panel-template.netlify.app/

Live Playground

You’ll need to have Node v16.x on your local development machine. You can use nvm (macOS/Linux) or nvm-windows to switch Node versions between different projects.

Mission

The purpose of this repo is to create a React JS template so we can standardize how we implement Admin Panels with the basic things such as auth, navigation, tables, forms, etc.

The template will therefore contain a set of components and functionality, that we will maintain either in this repo or in separate repos if we see a need to reuse it in other projects.

The goal is to be able to start up the project, where you can navigate to different screens that themselves are examples of how to implement cases such as fetching data for a table with sorting, ordering, pagination, etc, and modals to create/update data in the rows.

As this repo will be used for different clients, we need to be able to easily theme it, and extend it for specific client needs.

Roadmap

The roadmap in the project tab will contain all the features that we need to implement, so you can pick up a task from there.

Features

How We Work

This template follows syntax, semantics, and folder structure defined in the web-frontend-readme repo.

Logins