pr0d33p / showcase

:fire: An awesome collection of projects built by Ask Buddie members :fire:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

askbuddie-logo

Showcase

GitHub Stars     GitHub Forks
An awesome collection of projects built by Ask Buddie members.

Table Of Contents

Prerequisites

  • JavaScript, Gatsby, Tailwind, React

Contributing

Contribute on the project feature

If you are interested to develop & maintain this project please follow the guide below:

To get started, the first step is to pick the issues and ask for the repository owners to assign it to you.

And,

  • Fork this repository
  • Create a feature branch
  • Make changes as per the requirements ( from issues )
  • Create a PR

Contribute by submitting your project to reach more audience

If you have list of projects that you might want to showcase to our audience, you can submit your project which is also a contribution that you can make, check the guide below:

  • Fork this repository
  • Create a feature branch
  • Add your project information inside src/content by creating a file that matches your project name.
  • Add your project image ( icon | screenshot or any ) by creating a file inside src/content/<your-github-username>.

To add multiple images for multiple projects, create project directory inside src/images/<your-github-username>/<project-name>/<your-image-file>

  • Read the below important note, update according to it & create a PR

Important Note on required content:

Anything missing on PR based on what described above will not be accepted.

src/content/<your-project-file>.mdx

Inside the mdx file you have created, it is compulsory to include the information listed below with the proper structure:

---
title: Your Project Name
excerpt: Short Description About Your Project
tags: react, gatsby // or any that you used to build your projects. Use comma to separate
featuredImg: '../images/<your-github-username>/<your-project-image>.png' // use jpg, png, svg etc format
projectLink: <link-to-your-project> // live or GitHub repo
---

Above content in-between --- are necessary. Please don't forget to wrap them with --- 3 hypens before & after the content. It will be used for frontmatter.

Don't forget to add your image.

Note: Try to add more information about your project after the content mentioned above. It can be any information regarding your project or demo video, screenshots, how to setup, references etc.

License

MIT License

About

:fire: An awesome collection of projects built by Ask Buddie members :fire:

License:MIT License


Languages

Language:JavaScript 98.6%Language:CSS 1.4%