.
βββ App.css
βββ App.js
βββ components
β βββ Chart.js
β βββ Featured.jsx
β βββ LastTransction.jsx
β βββ Navbar.jsx
β βββ NewMembers.jsx
β βββ Sidebar.jsx
β βββ styles
β βββ Featured.styled.jsx
β βββ LastTransaction.styled.jsx
β βββ Navbar.styled.js
β βββ NewMember.styled.jsx
β βββ Sidebar.styled.js
βββ helper
β βββ dummyData.js
βββ index.css
βββ index.js
βββ pages
βββ Home.jsx
- React
- Styled Components
- React Router Dom (6.3v)
- Recharts
To clone and run this application, you'll need Git
# Clone this repository ($ git clone https://github.com/brs14shn/react_admin_dashboard/)
> run command npm install
> Open the runserver