A website for getting open source ideas
This is a simple website I set up to get the latest ideas (submitted in the form of issues to open-source-ideas/open-source-ideas) displayed in a simple manner.
The website uses MaterializeCSS for the front-end, so we could focus more on the logic of the website, rather than the design.
All the logic on the website is handled with js (version 6 to be specific), removing the need for a real back-end, and hence we could host it using GitHub pages.
The raw data is retrieved through GitHub's own API, and then parsed using javascript, so we could display it in a nicer manner.
As a matter of fact, making a website for the project was actually submitted as an idea.
If you want to contribute to this project, just fork
this repository to your profile, make your changes and send a Pull Request
. Your PR shall be reviewed and merged as soon as possible.