Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/florianherrengt/awesome-hackathon
A collection of awesome resources to build an MVP.
https://github.com/florianherrengt/awesome-hackathon
List: awesome-hackathon
Last synced: 16 days ago
JSON representation
A collection of awesome resources to build an MVP.
- Host: GitHub
- URL: https://github.com/florianherrengt/awesome-hackathon
- Owner: florianherrengt
- Created: 2019-10-14T14:20:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T15:12:47.000Z (about 5 years ago)
- Last Synced: 2024-12-02T17:03:16.572Z (19 days ago)
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ultimate-awesome - awesome-hackathon - A collection of awesome resources to build an MVP. (Other Lists / PowerShell Lists)
README
# Awesome hackathon
A collection of awesome resources to build an MVP.## API generation
- [Hasura](https://github.com/hasura/graphql-engine): Blazing fast, instant realtime GraphQL APIs on Postgres with fine grained access control, also trigger webhooks on database events.
- [strapi](https://github.com/strapi/strapi): Open source Node.js Headless CMS to easily build customisable APIs.
- [postgraphile](https://github.com/graphile/postgraphile): Execute one command and get an instant high-performance GraphQL API for your PostgreSQL database.
- [feathers](https://github.com/feathersjs/feathers): A framework for real-time applications and REST APIs with JavaScript and TypeScript.## Search
- [RediSearch](https://github.com/RediSearch/RediSearch): Fulltext Search and Secondary Index module for Redis.
## Node
- [node.bcrypt.js](https://github.com/kelektiv/node.bcrypt.js): bcrypt for NodeJs.
- [crypto-js](https://github.com/brix/crypto-js): JavaScript library of crypto standards.
- [file-type](https://github.com/sindresorhus/file-type): Detect the file type of a Buffer/Uint8Array/ArrayBuffer.## React
- [react-toggle](https://github.com/aaronshaf/react-toggle): Elegant, accessible toggle component for React.
- [react-autosuggest](https://github.com/moroshko/react-autosuggest): WAI-ARIA compliant React autosuggest component.
- [react-sticky](https://github.com/captivationsoftware/react-sticky): component for awesome React apps
- [react-infinite-calendar](https://github.com/clauderic/react-infinite-calendar): Infinite scrolling date-picker built with React, with localization, range selection, themes, keyboard support, and more.
- [react-modal](https://github.com/reactjs/react-modal): Accessible modal dialog component for React.
- [react-use](https://github.com/streamich/react-use): React Hooks
- [react-onclickoutside](https://github.com/Pomax/react-onclickoutside): An onClickOutside wrapper for React components.
- [slideout](https://github.com/Mango/slideout): A touch slideout navigation menu for your mobile web apps.
- [react-sidebar](https://github.com/balloob/react-sidebar): A sidebar component for React.## React Native
- [react-native-maps](https://github.com/react-native-community/react-native-maps): React Native Mapview component for iOS + Android.
- [react-native-document-scanner](https://github.com/Michaelvilleneuve/react-native-document-scanner): Document scanner, features live border detection, perspective correction, image filters and more.
- [react-native-image-resizer](https://github.com/bamlab/react-native-image-resizer): Resize local images with React Native.
- [react-native-camera-roll-picker](https://github.com/jeanpan/react-native-camera-roll-picker): A React Native component providing images selection from camera roll.
- [react-native-scrollable-tab-view](https://github.com/ptomasroos/react-native-scrollable-tab-view): Tabbed navigation that you can swipe between, each tab can have its own ScrollView and maintain its own scroll position between swipes.
- [react-native-floating-label-text-input](https://github.com/eyaleizenberg/react-native-floating-label-text-input): A React Native component for floating label text input.## Landing page
- [typed.js](https://github.com/mattboldt/typed.js): A JavaScript Typing Animation Library.
- [staticrypt](https://github.com/robinmoisson/staticrypt): Password protect a static HTML page.
- [trianglify](https://github.com/qrohlf/trianglify): Algorithmically generated triangle art.## Users management
- [accounts](https://github.com/accounts-js/accounts): Fullstack authentication and accounts-management for Javascript.
## Debugging
- [node-memwatch](https://github.com/lloyd/node-memwatch): A NodeJS library to keep an eye on your memory usage, and discover and isolate leaks.
- [reactotron](https://github.com/infinitered/reactotron): A desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows.
- [ievms](https://github.com/xdissent/ievms): Automated installation of the Microsoft IE App Compat virtual machines.## Coding
- [nodebestpractices](https://github.com/goldbergyoni/nodebestpractices): The largest Node.js best practices list.
- [clean-code-typescript](https://github.com/labs42io/clean-code-typescript): Clean Code concepts adapted for TypeScript.
- [utility-types](https://github.com/piotrwitek/utility-types): Collection of utility types, complementing TypeScript built-in mapped types and aliases.## Self hosted alternatives
- [minio](https://github.com/minio/minio): MinIO is a high performance object storage server compatible with Amazon S3 APIs.
- [wekan](https://github.com/wekan/wekan): The open-source kanban (built with Meteor).
- [huginn](https://github.com/huginn/huginn): Create agents that monitor and act on your behalf.
- [schnack](https://github.com/schn4ck/schnack): Simple self-hosted node app for Disqus-like drop-in commenting on static websites## Content extraction
- [mercury-parser](https://github.com/postlight/mercury-parser): Extract meaningful content from the chaos of a web page.
- [unfluff](https://github.com/ageitgey/node-unfluff): Automatically extract body content (and other cool stuff) from an html document.
- [dragnet](https://github.com/dragnet-org/dragnet): Just the facts -- web page content extraction.## Machine learning & NLP
- [fastText](https://github.com/facebookresearch/fastText): Library for fast text representation and classification.
- [turicreate](https://github.com/apple/turicreate): Turi Create simplifies the development of custom machine learning models.
- [sumy](https://github.com/miso-belica/sumy): Module for automatic summarization of text documents and HTML pages.
- [natural](https://github.com/NaturalNode/natural): General natural language facilities for node.## Libraries
- [language-detect](https://github.com/FGRibreau/node-language-detect): NodeJS language detection library using n-gram.
- [geopattern](https://github.com/btmills/geopattern): Generate beautiful SVG patterns.
- [JSVerbalExpressions](https://github.com/VerbalExpressions/JSVerbalExpressions): JavaScript Regular expressions made easy.
- [PhotoSwipe](https://github.com/dimsemenov/PhotoSwipe): JavaScript image gallery for mobile and desktop, modular, framework independent.