All Projects → codeninja02 → Turbo-Browser

codeninja02 / Turbo-Browser

Licence: MIT license
Simple & Secure Internet mobile browser built on React Native.

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to Turbo-Browser

react-redux-webaudio
An event manager for the Web Audio API, integrated with react-redux.
Stars: ✭ 23 (-8%)
Mutual labels:  react-redux
material-ui-responsive-drawer
Material-UI responsive Drawer is a React-Redux component that uses Material-UI to create a responsive Drawer.
Stars: ✭ 44 (+76%)
Mutual labels:  react-redux
react-use-redux
Alternative Redux bindings with upcoming React hooks
Stars: ✭ 31 (+24%)
Mutual labels:  react-redux
react-mobile-starter
🌈 A starter project structure for React.js app using Dva.
Stars: ✭ 46 (+84%)
Mutual labels:  react-redux
React-Redux-Enterprise
A React-Redux boilerplate for enterprise/large scaled web applications
Stars: ✭ 77 (+208%)
Mutual labels:  react-redux
redux-analysis
《学习源码整体架构系列》多篇之redux源码,前端面试高频源码,微信搜索「若川视野」关注我,长期交流学习~
Stars: ✭ 28 (+12%)
Mutual labels:  react-redux
duxjs
Componentized redux framework
Stars: ✭ 17 (-32%)
Mutual labels:  react-redux
admin-template-for-react
🌏 Admin template for React, React Redux, Redux Saga, React Router, i18n and integrated OAuth login
Stars: ✭ 83 (+232%)
Mutual labels:  react-redux
react-redux-starter-kit
Get started with React, Redux, Webpack and eslint
Stars: ✭ 29 (+16%)
Mutual labels:  react-redux
Auxilium
Emergency reporting app.
Stars: ✭ 29 (+16%)
Mutual labels:  react-redux
ReactCnodeJS
☀️React 初/中级项目,CnodeJS社区重构 (a junior project, rewrite cnodejs.org ) 🌟 DEMO:
Stars: ✭ 66 (+164%)
Mutual labels:  react-redux
React-Native-Showcase
Best List of Open Source / Examples / Free / Case Study & Featured Template React Native Apps
Stars: ✭ 39 (+56%)
Mutual labels:  react-redux
book-fullstack-react
Fullstack React: The Complete Guide to ReactJS and Friends by Anthony Accomazzo
Stars: ✭ 100 (+300%)
Mutual labels:  react-redux
cosmic
🌱🌌 Seed for a universal (native iOS, native Android, web, desktop) app based on react native web, redux and Typescript
Stars: ✭ 32 (+28%)
Mutual labels:  react-redux
eshop
e-commerce website built with reactjs & redux on the frontend and lumen on the backend.
Stars: ✭ 27 (+8%)
Mutual labels:  react-redux
react-antd-admin
基于vite2.x + react17.x + typescript4.x + antd4.x + react-router6.x + mobx6.x编写的一款简单高效的前后端分离的权限管理系统
Stars: ✭ 140 (+460%)
Mutual labels:  react-redux
isomorphic-react-redux-saga-ssr
Isomorphic, React, Redux, Saga, Server Side rendering, Hot Module Reloading, Ducks, Code Splitting
Stars: ✭ 19 (-24%)
Mutual labels:  react-redux
ssr
React Server-Side Rendering Example
Stars: ✭ 265 (+960%)
Mutual labels:  react-redux
react-candee
A react framework that encapsulates the redux.
Stars: ✭ 30 (+20%)
Mutual labels:  react-redux
react-ssr
从零搭建一个react-ssr框架 解决页面js事件 样式同构 服务器客户端路由 数据注水脱水等问题
Stars: ✭ 42 (+68%)
Mutual labels:  react-redux

Turbo Browser svg icon

Turbo Browser

Simple & Secure Internet mobile browser built on React Native

Getting Started · Get it on Google Play · Visit Website

Turbo Browser on Google Play Turbo Browser website


Turbo Browser, an internet browsing mobile app is built on React Native (version 0.63.4) and has 8 screens in total.

It is built on React Native, which makes it cross platform for both iOS and Android, but it is only compatible with Android at the present. It makes use of RN Async Storage to store user information (like Bookmarks, History, etc) on the users' device and Redux for application state management.

Contents

🚀 Getting Started

You need to have React Native CLI pre installed before getting to installation.

📖 Installation

Start off by cloning the repository and installing the node modules.

git clone https://github.com/codeninja02/Turbo-Browser.git
  
cd Turbo-Browser

# Install project dependencies
npm install  

For Android

After setting up project on Android Studio and syncing with Gradle files, you need to register a mobile device. Open your simulator or connect your mobile device through USB debugging, then:

# This will start a development server for you.
npm run start

# This command will install and launch your app on your mobile device
npm run-android

👏 Contribution

The main purpose of this repository is to continue evolving Turbo Browser as an open source app. We want to make contributing to this project as easy and transparent as possible, and we are grateful to the community for contributing bug fixes and improvements. Read below to learn how you can take part in improving Turbo Browser.
See CONTRIBUTING.md for more information.

💻 Author

🔗 Links

📄 License

This project is licensed under the MIT License, see the LICENSE.md file for details.

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