An awesome collection of projects built by Ask Buddie members.
Prerequisites
Contributing
License
JavaScript, Gatsby, Tailwind, React
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
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
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 Nameexcerpt: Short Description About Your Projecttags: react, gatsby // or any that you used to build your projects. Use comma to separatefeaturedImg: '../images/<your-github-username>/<your-project-image>.png' // use jpg, png, svg etc formatprojectLink: <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.
MIT License