https://github.com/arvind-4/admin-panel
A simple admin panel in React.js
https://github.com/arvind-4/admin-panel
react tailwindcss typescript vite
Last synced: 8 months ago
JSON representation
A simple admin panel in React.js
- Host: GitHub
- URL: https://github.com/arvind-4/admin-panel
- Owner: arvind-4
- License: mit
- Created: 2023-05-24T17:38:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T06:43:21.000Z (over 1 year ago)
- Last Synced: 2025-02-17T13:18:07.086Z (11 months ago)
- Topics: react, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage: https://sampleadmin.vercel.app
- Size: 4.84 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Admin Panel:
This admin panel contains useful features for managing my website. It has graphs and analytics that allow me to monitor traffic and user engagement. The panel includes sign-in and sign-up pages so I can add new user accounts. It also has a dark mode option for low-light viewing. This admin panel gives me easy access to post creation tools, media libraries, user permissions, and site configuration settings. With it, I can update content, moderate comments, view site analytics, and fully control the backend of my website. The various tools and options in this admin panel make it convenient for me to manage all aspects of my site.
## 📦 Tech Stack:
- [React Js](https://reactjs.org) - A JavaScript library for building user interfaces.
- [Vite](https://vitejs.dev/) - Next Generation Frontend Tooling.
- [Typescript](https://www.typescriptlang.org/) - JavaScript with syntax for types.
- [Tailwind 3](https://tailwindcss.com/) - Rapidly build modern websites without ever leaving your HTML.
## Getting Started:
- Clone Repo
```bash
cd /path/to/folder
mkdir adminpanel
cd adminpanel
git clone https://github.com/Arvind-4/Admin-Panel .
```
- Install Dependencies:
```bash
cd /path/to/folder/adminpanel
npm i
```
- Run Dev Server:
```bash
cd /path/to/folder/adminpanel
npm run dev
```