Welcome to the UI Repository Django project! This project is created by me to provide a platform where users can share their UI source code and designs. Each post includes a 'Buy Me a Coffee' button associated with the author, allowing readers to support their valuable work.
- Create an account or log in using your credentials.
- Post your UI source code and design by providing relevant details.
- Each post will display a 'Buy Me a Coffee' button associated with the author's profile.
- Readers can click the button to support the author's work via the Buy Me a Coffee platform.
- User authentication and authorization.
- Posting UI source code and design.
- 'Buy Me a Coffee' button associated with authors.
- User profiles and portfolio showcasing.
SignIn page for UiRepository with Google Login.
Post upload page with markdown editor
Edit and Delete post options for post author
Post upload page with markdown editor
Blog post detail page with the 'Buy Me a Coffee' button for supporting author
I welcome contributions to improve the UI Repository project. To contribute, follow these steps:
- Fork the repository.
- Create a new branch for your feature/fix:
git checkout -b feature-name
. - Make your changes and commit them with descriptive messages.
- Push the changes to your fork:
git push origin feature-name
. - Create a pull request, detailing your changes and their purpose.