• Stars
    star
    3
  • Rank 3,963,521 (Top 79 %)
  • Language
    TypeScript
  • Created about 2 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Sample app with Spring and React

More Repositories

1

c-ruby

A language implemented mainly for the purpose of learning. This is meant to be a language with a syntax close to Ruby that transpiles to C code.
JavaScript
10
star
2

sql-viewer

A browser UI client for your SQLite database.
Python
8
star
3

blackbox.js

Blackbox is a predictable, boilerplate free state management library for React. 📦
TypeScript
7
star
4

talktollama

A front-end for interacting with the LLaMA model.
TypeScript
7
star
5

vue-todo-list

A simple todo list in Vue
Vue
7
star
6

toy-server

A mock server for when you don't want to code a back-end from scratch!
TypeScript
6
star
7

ts-jest-sample

TypeScript
5
star
8

vue-todo-list-api

Backend for the Vue todo list
JavaScript
5
star
9

svelte-firebase

A Svelte + Firebase app for trying Firebase's new API
JavaScript
4
star
10

front-end-deploy-with-github-actions

TypeScript
3
star
11

autocomplete-api

An autocomplete API for handling text search powered by Rust and NodeJS.
Svelte
3
star
12

server-sent-events-chat

A simple test on building realtime applications with server sent events (SSE).
TypeScript
3
star
13

node-js-rust-ffi

A simple test on interacting between languages with JS and Rust.
Rust
3
star
14

transfer

A WeTransfer like application
TypeScript
2
star
15

fugly-app-example

An example app build with the webpack fugly loader.
JavaScript
2
star
16

mytube

A youtube clone, but mine.
TypeScript
2
star
17

node-starter-cli

A CLI for starting NodeJS projects with ease!
JavaScript
2
star
18

fastlify

Fastlify is a framework built around Flask for dealing with REST APIs. 🏎
Python
2
star
19

discord-clone

JavaScript
2
star
20

game-of-life

A version of the Game of Life written in Go.
Go
2
star
21

sse-kanban

An example application using SSE with React for building a Kanban board
TypeScript
2
star
22

http-static-server

A static file server for NodeJS. 📁
JavaScript
2
star
23

inscricao-estadual

Algoritmo para validar e mascarar inscrição estadual
JavaScript
2
star
24

terminal-chat

A realtime chat app on your terminal using sockets.
JavaScript
2
star
25

blackbox-expense-tracker

An expense tracker build with blackbox.js 📦
JavaScript
2
star
26

abstractsingletonproxyfactorybean-frontend

Front-end for AbstractSingletonProxyFactoryBean using React and GraphQL. ⚛
JavaScript
2
star
27

svelte-kit-auth-js-crud

TypeScript
2
star
28

aps-5-sem

JavaScript
2
star
29

java-auth-example

Java
2
star
30

meli-clone

Clone da UI e back-end do Mercado Livre para estudos. 🛒😸
TypeScript
2
star
31

metaprogramming-state-machine

State machine with metaclasses in Python. 🐍
Python
2
star
32

svelte-showcases

A short demo on building showcases using Svelte.
Svelte
2
star
33

yacc-lex-language

A simple language with an interpreter using yacc/lex.
C
2
star
34

iter-ts

A utility library for JavaScript generators.
TypeScript
2
star
35

abstractsingletonproxyfactorybean-backend

Back-end for AbstractSingletonProxyFactoryBean using Django and GraphQL. 🐍
Python
2
star
36

reactive

This is a test on building state-driven UIs without the virtual DOM.
JavaScript
2
star
37

tiny-sql

A tiny in-memory database written in Node.js
JavaScript
2
star
38

food-app

A simple food delivery app for testing NestJS modules.
1
star
39

3d-cube-canvas

A 3D spinning cube using Javascript and Canvas.
JavaScript
1
star
40

rust-web-server

A simple web server using Rust written by following the Rust books tutorial.
Rust
1
star
41

java-queue

Algoritmo de fila em Java.
Java
1
star
42

sample-graphql-api-with-mongoose

TypeScript
1
star
43

notionless

A simple rich text editor.
JavaScript
1
star
44

static-file-app

An app where you can store you're static files.
JavaScript
1
star
45

websocket-chat-app

A realtime socket chat made as a POC for my 4th semester of computer science.
JavaScript
1
star
46

asynched-blog

Will I finish this?
TypeScript
1
star
47

adminjs-resource-fields-repro

JavaScript
1
star
48

llama-discord

TypeScript
1
star
49

jobs-calc-redux

TypeScript
1
star
50

ifood-clone

Clone do iFood feito com React + Spring Boot como trabalho de programação orientada a objetos. 📱
TypeScript
1
star
51

py-webhook

A simple webhook implementation between two different API services. 🤝
Python
1
star
52

jobscalc

Aplicação para organizar jobs 💼
Vue
1
star
53

jsonplaceholder-gql

A GraphQL version of the JSON placeholder API
TypeScript
1
star
54

kvdb

KVDB is a key-value store written in Rust using GRPC as the communication layer between applications.
Rust
1
star
55

monit

A tool for monitoring your front-end application
TypeScript
1
star
56

ccdash

A dashboard for managing my course resources.
Python
1
star
57

nodejs-video-streams

A simple test on streaming videos with NodeJS. 📹
JavaScript
1
star
58

json-placeholder-graphql

A GraphQL version of the JSON Placeholder API
JavaScript
1
star
59

copybin-frontend

JavaScript
1
star
60

lotdot

A package for handling .env files in NodeJS
JavaScript
1
star
61

elmo

Repo for trying out new stuff with Elm.
Elm
1
star
62

api-gateway

A simple API gateway written in Go.
Go
1
star
63

svelte-pokemon-page-transitions

Svelte
1
star
64

basic-http-server

A simple implementation of the HTTP protocol using Rust.
Rust
1
star
65

hono-lambda-test

A demo API for trying Hono + Serverless + Drizzle + Turso.
TypeScript
1
star
66

sharefile

A platform to store files and share them with others
TypeScript
1
star
67

snek

Snek is a http framework built on top of aiohttp with the ergonomics of Nest JS. 🐍
Python
1
star
68

aps-game

Repositório de atividades práticas supervisionadas do terceiro semestre de Ciência da Computação
Processing
1
star
69

trans-css

A transpiler for CSS in JS
JavaScript
1
star
70

copybin-backend-serverless

Serverless version of copybin's backend on Node. 👾
TypeScript
1
star
71

rust-book

Examples written on reading "The Rust Programming Language" book. 🦀
Rust
1
star
72

showcases-ssr-test

A test on doing SSR product showcases
EJS
1
star
73

fastmake

Fastmake is a CLI build tool for when you don't want to write a makefile from scratch. ⚡
Python
1
star
74

nest-crud-api

CRUD API with NestJS
TypeScript
1
star
75

resource-monitor

A task manager/resource monitor version for the web using websockets.
JavaScript
1
star
76

events-gql

An events API with Django and GraphQL. 🐍 [WIP]
Python
1
star
77

express-proxy-server

A proxy server in NodeJS
JavaScript
1
star
78

http-bench

Benchmarks on HTTP servers I use.
Shell
1
star
79

nodejs-streams

NodeJS course about streams
JavaScript
1
star
80

unidash

A dashboard for managing my course resources.
TypeScript
1
star
81

basic-cli

A basic CLI for interacting with the JSON Placeholder API.
JavaScript
1
star
82

chef-go-interpreter

A simple interpreter for a CHEF-like language
Go
1
star
83

redis-like

A key-value database similar to redis written in NodeJS
JavaScript
1
star
84

rusty-grep

A rusty version of grep. 🦀
Rust
1
star
85

webpack-fugly-loader

A webpack loader for the fugly templating language.
JavaScript
1
star
86

machine-learning-a-to-z

Annotations for the "Machine Learning A - Z" course.
Jupyter Notebook
1
star
87

rocketseat-dev-finance

Rocketseat's dev finance app made in Svelte.
Svelte
1
star
88

head-first-design-patterns

Examples made whilst reading the book "Head First: Design Patterns".
Java
1
star
89

code-running-server

A NodeJS server that runs Javascript through API calls. 🐱‍💻
JavaScript
1
star
90

tests-with-mocha

Unit testing with Mocha. ☕
JavaScript
1
star
91

youtube-clone-frontend

A simple youtube clone concept.
JavaScript
1
star
92

js-tokenizer

Studies on compilers - Tokenizers
JavaScript
1
star
93

none

A useless language inspired by brainfuck, mainly for study purposes.
JavaScript
1
star
94

e-commerce

An e-commerce demo app. 🛒
JavaScript
1
star
95

events-frontend

Frontend for the events API.
JavaScript
1
star
96

game-of-life-canvas

JavaScript
1
star
97

shib-facelift

TypeScript
1
star
98

catalog-searcher

A catalog search implementation written in 🦀
Rust
1
star
99

pyromises

Promises for Python. 🐍
Python
1
star
100

cpp-rsa

Implementation of the RSA encryption algorithm using C++.
C++
1
star