- Clone the repository:
- Open the project:
git clone https://github.com/Ramsey99/Admin_Dashboard.git
cd Admin_Dashboard
Simply open the index.html
file in your browser, or load it via a local server for full functionality.
Contributions are welcome! If you have any suggestions or improvements, please open an issue or create a pull request.
- Fork the project:
- Clone your forked repository:
- Create a new branch:
- Make changes:
- Push your changes:
- Open a Pull Request:
Click the "Fork" button at the top right corner of the repository's page to create a copy of the project.
git clone https://github.com/your-username/Admin_Dashboard
git checkout -b <branch-name>
Edit files and commit your changes.
git push origin <branch-name>
On the GitHub page of your forked repository, click "Create Pull Request."