• Stars
    star
    313
  • Rank 133,714 (Top 3 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 7 years ago
  • Updated almost 7 years ago

Reviews

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

Repository Details

DuckDuckGo App built in React-Native (Unofficial)

DuckDuckGo

Unofficial DuckDuckGo app built in React Native

Note: This is not the official DuckDuckGo App but a Fan-made. I made it only for Learning purpose.

Find it on Expo: https://expo.io/@kiok46/duckduckgo

How to run via expo?

Use the expo-branch branch to run the application using expo, please do the following:

npm install exp --global
git clone https://github.com/kiok46/duckduckgo.git
cd duckduckgo
git checkout expo-branch
npm install

Method: 1

exp start
scan the QR-code and test it on real device

Method: 2

Open the expo app on your device and open the project

How to run without expo?

Please do the following to run.

git clone https://github.com/kiok46/duckduckgo.git
cd duckduckgo && npm install

then run react-native run-ios or react-native run-android

Does search work?

The app is using a sample data which is in src/constants/data.json

You can use DuckDuckGo's API or any other API api by updating the SearchList component from here componentWillMount when onSubmitEditingSearch gets called.

Showing the search results wasn't the main goal but the UI when building the app. But sure PR is welcome. :)

Android

iOS

Blogs and Gists

Some of the gists which I wrote when I was building the application.

Want to contribute or need to see some improvements?

I would love that, please create an issue or send a PR.

More Repositories

1

ReactNative-Animation-Challenges

A series of animation challenges in React Native.
374
star
2

Track-Stargazers

Have fun tracking your project's stargazers
JavaScript
41
star
3

My-Courses

Objective-C
25
star
4

what3words

what3words app built in React-Native (Unofficial)
JavaScript
21
star
5

react-native-multi-toggle-switch

MultiToggle Switch for React-Native
JavaScript
18
star
6

ReactNative-Challenge-7

A series of animation challenges in React Native.
JavaScript
16
star
7

Kivy-Calender

Kivy-Calendar is a Calendar build in python and kivy language.
Python
15
star
8

Blogs-Posts-Tutorials

This Repo contains all my Blogs Posts and tutorials.
Python
15
star
9

react-native-triple-state-switch

React Native Triple State Switch
JavaScript
15
star
10

ReactNative-Challenge-1

A series of animation challenges in React Native.
JavaScript
10
star
11

Wrapping-Cpp-using-Cython

Wrapping example Cython and Cpp
Python
9
star
12

react-native-collidable

Collidable Components for React-Native
JavaScript
9
star
13

ReactNative-Challenge-5

A series of animation challenges in React Native.
JavaScript
5
star
14

Pymongo-notification

Notifications from PyMongo to subscribers.
HTML
5
star
15

GSoC-Proposal-2016

GSoC Proposal for Kivy-Plyer (Python Software Foundation)
4
star
16

CustomTextInputExample

Redux, Actions, Reducers, Store, Provider and Logger.
JavaScript
4
star
17

ReactNative-Challenge-3

A series of animation challenges in React Native.
JavaScript
4
star
18

arcc

Whitepaper: ARCC - Allowable Revocable Contract Chain System for Bitcoin Cash
4
star
19

search-gdt

Search for Google, DuckDuckgo and Twitter.
Python
3
star
20

ReactNative-Challenge-6

A series of animation challenges in React Native.
JavaScript
3
star
21

ReactNative-Challenge-4

A series of animation challenges in React Native.
JavaScript
3
star
22

kiok46.github.io

kuldeepgrewal.com | kiok46.github.io
HTML
2
star
23

ReactNative-Challenge-2

A series of animation challenges in React Native.
JavaScript
2
star
24

PropertyFinder

An iOS app build in React Native.
JavaScript
2
star
25

Trucker-Radio

Trucker-Radio
JavaScript
1
star
26

Wrapping-C-using-Cython

Wrapping example Cython and C
Python
1
star
27

awesome-smartbch

A Curated List of awesome SmartBCH Resources
1
star
28

Go-basics

Contains basics of go-programming language and also those concepts which I find interesting or I should remember.
Go
1
star
29

Play-Weather

An Android application developed in kivy
Python
1
star
30

Debris

Designed in kivy
Python
1
star
31

Go-Python-data-structures-and-sorting

Implementation of various data structures and sorting algorithms in go, python and swift.
Python
1
star
32

Pynary

Binary-to-String and String-to-Binary
Python
1
star
33

Meme-Collection

This is my meme collection. (Yep, I am crazy)
1
star
34

ToDo-RN

Todo app (Auth, Jest, Redux and Redux Container Design Pattern)
JavaScript
1
star
35

DetoxTest

e2e testing with detox react-native both Android and iOS
Objective-C
1
star