All Projects → TheAlgorithms → website

TheAlgorithms / website

Licence: MIT license
The Algorithms website providing GitHub's largest open-source algorithm library.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to website

nextjs-monorepo-example
Collection of monorepo tips & tricks
Stars: ✭ 874 (+41.88%)
Mutual labels:  yarn, vercel
nx-extend
Nx Workspaces builders and tools
Stars: ✭ 67 (-89.12%)
Mutual labels:  translations, vercel
trailing-slash-guide
Understand and fix your static website trailing slash issues!
Stars: ✭ 255 (-58.6%)
Mutual labels:  static, vercel
Xity Starter
A blog-ready 11ty starter based on PostCSS, with RSS feed and Native Elements!
Stars: ✭ 184 (-70.13%)
Mutual labels:  yarn, static
Next.js
The React Framework
Stars: ✭ 78,384 (+12624.68%)
Mutual labels:  static, vercel
yearn-comms
Collection of communication, announcements, tweets, newsletters, and other articles about Yearn and a hosted blog for all translation contributors.
Stars: ✭ 16 (-97.4%)
Mutual labels:  translations, vercel
vercel-examples
📦 Example projects using Vercel platform. Using Node.js, PHP and others.
Stars: ✭ 205 (-66.72%)
Mutual labels:  vercel
deploy-to-vercel-action
🎬▲ Deploy your project to Vercel using GitHub Actions. Supports PR previews and GitHub deployments.
Stars: ✭ 84 (-86.36%)
Mutual labels:  vercel
react-lesson
this is a study react note
Stars: ✭ 37 (-93.99%)
Mutual labels:  yarn
Registration-and-Login-using-MERN-stack
Simple Registration and Login component with MERN stack
Stars: ✭ 210 (-65.91%)
Mutual labels:  yarn
docker-compose-laravel
A Docker Compose setup for Laravel projects.
Stars: ✭ 23 (-96.27%)
Mutual labels:  yarn
ad localize
ADLocalize is a simple way to manage your localization files. Supported wording sources : CSVs and Google Sheets. Localization file generation available for iOS, Android, JSON (i18next), YAML and Java properties
Stars: ✭ 22 (-96.43%)
Mutual labels:  i18next
grunt-frontend-boilerplate
🔒 Basic boilerplate to start a webapp project with Angular.js, Bootstrap and Grunt
Stars: ✭ 14 (-97.73%)
Mutual labels:  yarn
vulnscan
A static binary vulnerability scanner
Stars: ✭ 47 (-92.37%)
Mutual labels:  static
teini
👶 Teini (tiny, [ˈtīnē]) is an extremely small webshop leveraging awesome and free solutions like Github and Vercel.
Stars: ✭ 148 (-75.97%)
Mutual labels:  vercel
linkin
Linkin is a customizable self hosted link tree platform.
Stars: ✭ 62 (-89.94%)
Mutual labels:  vercel
ansible-role-yarn
Ansible Role - YARN Package Manager for Ubuntu/RHEL/CentOS https://galaxy.ansible.com/ocha/yarn/
Stars: ✭ 27 (-95.62%)
Mutual labels:  yarn
lfs-book-i18n
Repository for LFS book translation (currently only Simplified Chinese).
Stars: ✭ 100 (-83.77%)
Mutual labels:  translations
netlify-cms-oauth-provider-node
A stateless external OAuth provider for netlify-cms with built-in support for Vercel serverless functions
Stars: ✭ 30 (-95.13%)
Mutual labels:  vercel
react-project-tpl
react project template
Stars: ✭ 32 (-94.81%)
Mutual labels:  yarn

The Algorithms Official Website


This is a static Next.js site providing a searchable library of all the algorithms in The Algorithms. All the data about the algorithms gets scraped directly from the git repositories.

Translating the website

You can help us translate the TheAlgorithms website using Weblate here. There you can complete the translations for our current languages, or suggest something if you are unsure. Also feel free to add a new language. The current languages are:

Translation status by language

Getting Started

If you haven't installed it yet, install Node.js and yarn. Then, install all the dependencies:

yarn

After that, run the script that fetches all the algorithms from GitHub:

yarn fetch-algorithms

Finally, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the website.

Alternatively, you can also use the Ready-to-Code Gitpod and easily check how your deployment looks. It will automatically run the commands mentioned above on run.

Contributing

If you want to add a new feature or fix a bug, create a new branch or fork and commit there. Before opening a PR, be sure to

  • Run yarn lint and fix potential errors
  • Run yarn build to check if everything still builds successfully

Open the pull request against main. Vercel will automatically create a preview deployment, and the pull request will be squash merged after being reviewed by a member.

License

The source code of website itself (this repository) is licensed under MIT, while all the licenses for the code and explanations on the website can be found in the respective repositories.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Powered by Vercel

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].