JavaScript Angularjs

Open-source JavaScript projects categorized as Angularjs

Top 17 JavaScript Angularj Projects

  • heatmap.js

    🔥 JavaScript Library for HTML5 canvas based heatmaps

  • angular-translate

    Translating your AngularJS 1.x apps

    Project mention: Programming an interface in English and French - what is the best way to handle this (php) | /r/learnprogramming | 2022-12-29
  • Amplication

    Amplication: open-source Node.js backend code generator. An open-source platform that helps developers build backends without spending time on boilerplate & repetitive coding. Including production-ready GraphQL & REST APIs, DB schema, DTOs, filtering, pagination, RBAC, & more.

  • electron-release-server

    A fully featured, self-hosted release server for electron applications, compatible with auto-updater.

  • formio

    A Form and Data Management Platform for Progressive Web Applications.

    Project mention: Anything you wish there was an open source solution for? | /r/selfhosted | 2023-05-16
  • OpenNote

    OpenNote was built to be an open web-based alternative to Microsoft OneNote (T) and EverNote.

  • DuckieTV

    A web application built with AngularJS to track your favorite tv-shows with semi-automagic torrent integration

    Project mention: add a torrent search engine to to the app | /r/duckietv | 2023-06-01

    The only way to add a search engine to Dtv is to use it in combination with the Jackett app. The wiki at https://github.com/SchizoDuckie/DuckieTV/wiki/Using-Jackett-with-DuckieTV gives details.

  • zmNinja

    High performance, cross platform ionic app for Home/Commerical Security Surveillance using ZoneMinder

    Project mention: Child Pornography on Sale from Hacked Hikvision “Baby Monitor” Cameras | news.ycombinator.com | 2023-07-15

    If the camera is ONVIF compatible, and most Hikvision are, it should work with Zoneminder and its mobile Open Source app zmninja.

    As for the cloud, if you have a public (not necessarily static) IP and your carrier doesn't filter incoming connections, you can use a dynamic DNS such as DuckDNS.

    It is however always advisable to put any camera behind a firewall, so that whatever it could happen (compromised or not, it still runs a closed firmware) it can be restricted to a dedicated physical network with no access to any personal data.

    https://zoneminder.com/

    https://zmninja.zoneminder.com/

    https://www.duckdns.org/

  • Appwrite

    Appwrite - The open-source backend cloud platform. The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more!

  • cat-facts

    Daily cat facts! 🐱

    Project mention: How to use PSR HTTP standards to upgrade your code | dev.to | 2023-02-13

    declare(strict_types=1); namespace Rocksheep\CatFacts; use Exception; use Http\Discovery\Psr17FactoryDiscovery; use Http\Discovery\Psr18ClientDiscovery; use JsonException; use Psr\Http\Client\ClientExceptionInterface; use Psr\Http\Client\ClientInterface; use Psr\Http\Message\RequestFactoryInterface; class HttpClient { private ClientInterface $client; private RequestFactoryInterface $requestFactory; protected string $baseUrl = 'https://cat-fact.herokuapp.com'; public function __construct( ?ClientInterface $client = null, ?RequestFactoryInterface $requestFactory = null ) { $this->client = $client ?: Psr18ClientDiscovery::find(); $this->requestFactory = $requestFactory ?: Psr17FactoryDiscovery::findRequestFactory(); } /** * @throws JsonException * @throws Exception */ public function sendRequest(string $method, string $uri): array { $request = $this->requestFactory->createRequest($method, sprintf('%s/%s', $this->baseUrl, ltrim($uri, '/'))); try { $response = $this->client->sendRequest($request); } catch (ClientExceptionInterface $e) { throw new Exception('Oh well'); } if ($response->getStatusCode() >= 400) { throw new Exception('Too bad'); } $responseBody = (string) $response->getBody(); return json_decode($responseBody, false, 512, JSON_THROW_ON_ERROR); } }

  • babel-plugin-angularjs-annotate

    Add Angular 1.x dependency injection annotations to ES6 code

  • pagermon

    Multimon-ng pager message parser and viewer

    Project mention: Fire paging finally works!! | /r/RTLSDR | 2023-03-21

    I suggest you look into pagermon, it is by far the best frontend for displaying, archiving and searching pages i have ever come across

  • Geoadmin

    map.geo.admin.ch source code

    Project mention: Help for traveling in Switzerland in September | /r/askswitzerland | 2023-07-12

    In general, map.geo.admin.ch is great for planning hikes - you can choose the hiking trails overlay (as well as "closures hiking trails" - type in the search bar - to check all is OK. Clicking the little settings gear icon next to the map name in the sidebar gives you info on what it's showing), and use the "draw & measure on map" tool to see how long a given route would be.

  • serviceportal-widget-library

    A collection of Service Portal custom widgets

  • Anchr

    ⚓️ Anchr provides you with a toolbox for tiny tasks on the internet, especially bookmark collections

  • storybook-addon-angularjs

    A simple addon to create Storybook stories with AngularJS components.

  • JavaScript-Guide

    JavaScript Guide (by mikeroyal)

  • Programming-Language-Tutorials

    ✍️ Tutorials made while learning to code various web languages that myself or others can revert back to on their coding journey

  • angular-bootstrap-5

    AngularJS library that works with Bootstrap 5

    Project mention: AngularJS ngBootStrap5 | dev.to | 2022-12-03

    I finally finished this library in AngularJS I've been working on. It is an AngularJS library that works with Bootstrap 5. It's kind of like UI Bootstrap. If you want to try it out you can get it from here It supports and adds convenience to:

  • SurveyJS

    A Non-Cloud Alternative to Google Forms that has it all.. SurveyJS JavaScript libraries allow you to easily set up a robust form management system fully integrated into your IT infrastructure where users can create and edit multiple dynamic JSON-based forms in a no-code form builder. Learn more now.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-07-15.

JavaScript Angularjs related posts

Index

What are some of the best open-source Angularj projects in JavaScript? This list will help you:

Project Stars
1 heatmap.js 6,043
2 angular-translate 4,373
3 electron-release-server 1,931
4 formio 1,811
5 OpenNote 1,579
6 DuckieTV 1,079
7 zmNinja 933
8 cat-facts 366
9 babel-plugin-angularjs-annotate 244
10 pagermon 228
11 Geoadmin 227
12 serviceportal-widget-library 212
13 Anchr 207
14 storybook-addon-angularjs 63
15 JavaScript-Guide 35
16 Programming-Language-Tutorials 7
17 angular-bootstrap-5 2
Write Clean JavaScript Code. Always.
Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
www.sonarsource.com