-
-
Notifications
You must be signed in to change notification settings - Fork 99
My try at a new website #23
Comments
I just looked at it. It's a great enhancement to the currently static page, although informational sections such as "what is an algorithm?" are missing. I haven't looked at the source: how does the tagging and categorizing work? |
Those informational sections should be fairly simple to add. For now, I just go through all the DIRECTORY.md files in the specific repos and use the categories the algorithms are listed under as their tags. |
I see. And this is an automated process? |
Yes it is in a script that runs with every build |
Looks good on mobile 👍 . This may become the new site if required sections are added, and a majority of those who develop and maintain this repository agree. |
Looks cool, but you should probably add 10+ algorithms, not only 3. |
Do you mean in the "top" section? |
Yeah, in the "Top algorithms" section. |
I have now done some design changes and have updated the home page with some more content, like the texts from the current website. If you have some more suggestions for content or algorithms I should put on the home page, let me now. The biggest issue right now is that the following repos don't contain a DIRECTORY.md file that I use for fetching all the algorithms:
See this issue |
The website looks pretty amazing I have to say. Good work! 🙂 |
Beautiful. Fluid UI and all info has been added. 💯 |
Greate work @maltejur @Panquesito7 @mrmaxguns @AnshulMalik . Should we go ahead and move the repo to the org and archive the old repos? |
Should I convert the repo to github pages for that or do we stay at vercel (where I am currently hosting, I believe they also have a free tier for open source projects)? |
I think it's OK to keep it as-is. Unless @AnupKumarPanwar has any objections, we should change it. |
I think the code should be served up from TheAlgorithms.github.io if possible. If not, it should redirect to the vercel deployment. |
@maltejur @Panquesito7 @mrmaxguns Later we want to create a CMS kind of thing as well where any user can log in via Github and add algorithms directly from the web app. I think we will need to host the project somewhere with a server. So if we need a hosting space I can buy one. Currently, the GSoC ideas list is on https://thealgorithms.github.io/ideas , so don't want to change it till the results are out (10th March) |
It looks like the new website has been implemented. See https://the-algorithms.com. |
Hello everyone,
I have thrown together a site that works like suggested in the other repo. There is a small script that runs before building the site and fetches all the algorithms and explanations from github. Everything is statically generated via next.js, so it should have good performance and can be hosted on github pages. You can take a look here:
https://github.com/maltejur/thealgorithms
https://thealgorithms.vercel.app
This still needs a lot of work, for example the way the algorithms are fetched is far from optimal and still doesn't work for every algorithm, but I would like to know what you think so far and if you have any feedback or improvement ideas.
The text was updated successfully, but these errors were encountered: