A list of little projects for me to work on, to which people can add suggestions. A journal app for my sister, a media cataloger, a Discord bot to ask trivia questions. Whatever you need.
Will include at minimum a list of ideas, with detailed descriptions, and the ability to add more ideas. Hopefully will extend to ability to up/downvote projects, and to subscribe to projects to be notified when they happen. Although that might require an actual backend to send the emails. :(
Currently hosted at https://raymondprojectlist.firebaseapp.com/
To contribute to this project, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <project_name>/<location>
- Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
If you want to contact me you can reach me at darthbob88@gmail.com.
(This README based on https://dev.to/scottydocs/how-to-write-a-kickass-readme-5af9 )