Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minnukota381/social-media-dashboard-ui-react
The Social Media Dashboard is a responsive web application built with React that provides users with an interface to manage their social media activities. The dashboard includes features like dark mode toggling, a responsive navbar, and various sections such as Dashboard, Followers, Posts, and Settings.
https://github.com/minnukota381/social-media-dashboard-ui-react
bootstrap5 css3 html5 react-router reactjs
Last synced: about 2 months ago
JSON representation
The Social Media Dashboard is a responsive web application built with React that provides users with an interface to manage their social media activities. The dashboard includes features like dark mode toggling, a responsive navbar, and various sections such as Dashboard, Followers, Posts, and Settings.
- Host: GitHub
- URL: https://github.com/minnukota381/social-media-dashboard-ui-react
- Owner: minnukota381
- License: mit
- Created: 2024-05-01T09:53:07.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T08:02:57.000Z (about 2 months ago)
- Last Synced: 2024-11-15T09:19:17.414Z (about 2 months ago)
- Topics: bootstrap5, css3, html5, react-router, reactjs
- Language: JavaScript
- Homepage: https://social-media-dashboard-nep.vercel.app/
- Size: 2.96 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Social Media Dashboard
The Social Media Dashboard is a responsive web application built with React that provides users with an interface to manage their social media activities. The dashboard includes features like dark mode toggling, a responsive navbar, and various sections such as Dashboard, Followers, Posts, and Settings. The application uses `react-icons` for iconography and includes functionalities for searching and logging out.
## Features
- Responsive Design
- Dark Mode Toggle
- Search Functionality
- Navbar with Links to Different Sections
- User Profile with Logout Button
- Notifications and Email Icons## Technologies Used
- React
- CSS
- `react-icons` for icons
- Webpack (or Create React App)
- Babel## Installation
To get a local copy up and running, follow these steps:
1. **Clone the repository:**
```
git clone https://github.com/minnukota381/social-media-dashboard-ui-react.git
```2. **Navigate to the project directory:**
```
cd social-media-dashboard-ui-react
```3. Install dependencies:
```
npm install
```4. Run the application:
```
npm start
```
Open your browser and navigate to http://localhost:3000 to view the application.