All Projects → brunoemferreira → CRUDReactNativeSQLite

brunoemferreira / CRUDReactNativeSQLite

Licence: other
CRUD de app em React Native utilizando armazenamento local com SQLite

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to CRUDReactNativeSQLite

Sqlite orm
❤️ SQLite ORM light header only library for modern C++
Stars: ✭ 1,121 (+6906.25%)
Mutual labels:  crud, sqlite
Simple Crud
PHP library to provide magic CRUD in MySQL/Sqlite databases with zero configuration
Stars: ✭ 190 (+1087.5%)
Mutual labels:  crud, sqlite
Atdatabases
TypeScript clients for databases that prevent SQL Injection
Stars: ✭ 154 (+862.5%)
Mutual labels:  sqlite, expo
Sqlite Example
This example has moved
Stars: ✭ 91 (+468.75%)
Mutual labels:  sqlite, expo
react-crud-icons
57 SVG icons for CRUD applications, packaged as a React component with light & dark themes and tooltip.
Stars: ✭ 19 (+18.75%)
Mutual labels:  crud, crud-application
Php Crud Api
Single file PHP script that adds a REST API to a SQL database
Stars: ✭ 2,904 (+18050%)
Mutual labels:  crud, sqlite
Electrocrud
Database CRUD Application Built on Electron | MySQL, Postgres, SQLite
Stars: ✭ 1,267 (+7818.75%)
Mutual labels:  crud, sqlite
Desenvolvimento-Android-do-absoluto-zero-para-iniciantes
Visite meu site e conheça todos os meus cursos 100% on-line.
Stars: ✭ 33 (+106.25%)
Mutual labels:  crud, sqlite
FullStack-Angular-SpringBoot
Customer Relationship Managment [Full-stack Web Development using Angular & SpringBoot (RestFull API)]
Stars: ✭ 48 (+200%)
Mutual labels:  crud, crud-application
velox
The minimal PHP micro-framework.
Stars: ✭ 55 (+243.75%)
Mutual labels:  crud, crud-application
spring-boot-data-jpa-mysql
Spring Boot Rest CRUD API example - Spring Data JPA to interact with MySQL/PostgreSQL database.
Stars: ✭ 89 (+456.25%)
Mutual labels:  crud, crud-application
ncg-crud-ngx-md
Angular 4+ Material Design CRUD/Admin app by NinjaCodeGen http://DNAfor.NET
Stars: ✭ 36 (+125%)
Mutual labels:  crud, crud-application
laravel-crud-forms
Create CRUD Forms for Laravel Models.
Stars: ✭ 38 (+137.5%)
Mutual labels:  crud
cpplipa
C++ library package
Stars: ✭ 17 (+6.25%)
Mutual labels:  sqlite
ionic4-angular6-crud-example
Building CRUD Mobile App using Ionic 4, Angular 6 and Cordova
Stars: ✭ 50 (+212.5%)
Mutual labels:  crud
pocket-to-sqlite
Create a SQLite database containing data from your Pocket account
Stars: ✭ 56 (+250%)
Mutual labels:  sqlite
expo-with-storybook-howto
How to setup an Expo-based React Native project to use Storybook
Stars: ✭ 41 (+156.25%)
Mutual labels:  expo
reactjs-login-register-crud
ReactJS CRUD Application, ReactJS FileUpload, ReactJS Sample application, ReactJS Boilerplate, ReactJS Login, ReactJS FileUpload, ReactJS Register
Stars: ✭ 47 (+193.75%)
Mutual labels:  crud-application
ASP.NET-Core-2-MVC-CRUD-datatables-jQuery-Plugin
Asp.Net Example implementation of datatables.net using Asp.Net Core 2 Mvc CRUD datatables jQuery Plugin
Stars: ✭ 25 (+56.25%)
Mutual labels:  crud
backoffice
React GUI-Framework based on Material UI; provides a couple of components for back-office apps (CRUD-based APIs)
Stars: ✭ 17 (+6.25%)
Mutual labels:  crud
Logo

CRUD React Native com SQLite

GitHub language count Repository size GitHub last commit

Finalizado 31/01/2021

🚀 Sobre o Projeto


Esse Projeto consiste em um App de Registro de Usuários, com as funcionalidades básicas de um CRUD ( Create / Read / Update / Delete ), utilizando o banco de Dados SQLite para gravação local dos dados. Ao rodar o projeto, ele verifica se o banco existe, caso não exista, ele cria o banco de dados e a estrutura da tabela, para já dar início a utilização do App.


🖼️ Imagens do Projeto


Home Home Home Home Home Home

🛠️ Construído com

  • NodeJS - Ambiente de execução Javascript

  • Vs Code - IDE

  • React Native - O framework Mobile usado

  • Expo - Facilitador de visualização

  • SQLite - Banco de Dados

  • DB Browser for SQLite - IDE do Banco de Dados

  • Dependências

    • @react-native-community/masked-view
    • @react-navigation/native
    • @react-navigation/stack
    • expo
    • expo-sqlite
    • expo-status-bar
    • react-native-gesture-handler
    • react-native-reanimated
    • react-native-safe-area-context
    • react-native-screens
    • react-native-vector-icons

🎲 Rodando o Projeto

  • É Necessário :
    • Ter o Expo Instalado no PC
    • Ter o Expo Instalado no Celular
# Clone este repositório
$ git clone https://github.com/brunoemferreira/CRUDReactNativeSQLite.git

# Acesse a pasta do Projeto
$ cd CRUDReactNativeSQLite

# Baixar as dependências
$ yarn install
ou
$ npm install

# execute o comando
$ yarn start
ou
$ npm start

# O Expo é iniciado no pc mediante o browser e após esse processo acessar o celular e executar o expo
# e fazer a leitura do QRCode que é mostrado no bowser pelo Expo.

⌨️ com ❤️ por Bruno Eduardo 😊

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].