Skip to content

Instantly share code, notes, and snippets.

View RgMellon's full-sized avatar
🏠
Working from home

Renan Melo RgMellon

🏠
Working from home
View GitHub Profile
The LR01 uses the same design as the most iconic
bikes from PEUGEOT Cycles' 130-year history and
combines it with agile, dynamic performance
that's perfectly suited to navigating today's
cities. As well as a lugged steel frame and
iconic PEUGEOT black-and-white chequer design,
this city bike also features a 16-speed Shimano
Claris drivetrain.
@RgMellon
RgMellon / db.json
Created November 12, 2022 16:15
schema used on project
{
"equipments": [
{
"id": "1",
"image": "https://i.imgur.com/zjgFbOM.png",
"model": "PEUGEOT",
"title": "Road Bike",
"price": 29439
},
{
@RgMellon
RgMellon / theme.ts
Last active November 12, 2022 16:16
theme used on project
import { extendTheme } from "native-base";
export const theme = extendTheme({
colors: {
primary: {
10: '#28303F',
50: '#353F54',
100: '#242C3B',
200: '#222834',