An open API service indexing awesome lists of open source software.

https://github.com/0xintuition/intuition-expo

(WIP) React Native mobile app.
https://github.com/0xintuition/intuition-expo

Last synced: 3 months ago
JSON representation

(WIP) React Native mobile app.

Awesome Lists containing this project

README

          

> **⚠️ DISCLAIMER**
>
> This project is currently in early development and is a work in progress. It is not meant for production use or evaluation at this time. Features may be incomplete, unstable, or subject to significant changes. Please check back later for a more complete version.

# Intuition POC Mobile App

The **Intuition POC Mobile App** brings the power of decentralized knowledge to your fingertips, allowing you to access, contribute, and interact with the Intuition knowledge graph directly from your mobile device. With the Intuition POC Mobile App, you can explore insights, follow trusted sources, and make informed decisions on the go.

## Overview

The Intuition Mobile App enables you to:
- **Access Knowledge on the Go**: View and interact with the Intuition knowledge graph, gaining insights on topics and entities you care about.
- **Contribute to the Knowledge Graph**: Submit information, rate contributions, and share your insights with the community.
- **Stay Informed**: Follow trusted profiles, see updates on subjects of interest, and receive real-time notifications on new information related to topics you’re tracking.
- **Verify Information**: Access community-sourced insights to make well-informed decisions across a range of topics and industries.

## Key Features

- **Explore the Knowledge Graph**: Browse and interact with segments of the Intuition knowledge graph, discovering new connections and data points.
- **Make and View Attestations**: Contribute your own attestations or view attestations from trusted sources directly in the app.
- **Real-Time Notifications**: Stay updated on new contributions, insights, or alerts related to topics you follow.

## Installation

This is an [Expo](https://expo.dev) project created with [`create-expo-app`](https://www.npmjs.com/package/create-expo-app).

## Get started

1. Install dependencies

```bash
npm install
```

2. Start the app

```bash
npx expo start
```

In the output, you'll find options to open the app in a

- [development build](https://docs.expo.dev/develop/development-builds/introduction/)
- [Android emulator](https://docs.expo.dev/workflow/android-studio-emulator/)
- [iOS simulator](https://docs.expo.dev/workflow/ios-simulator/)
- [Expo Go](https://expo.dev/go), a limited sandbox for trying out app development with Expo

You can start developing by editing the files inside the **app** directory. This project uses [file-based routing](https://docs.expo.dev/router/introduction).

## Get a fresh project

When you're ready, run:

```bash
npm run reset-project
```

This command will move the starter code to the **app-example** directory and create a blank **app** directory where you can start developing.

## Learn more

To learn more about developing your project with Expo, look at the following resources:

- [Expo documentation](https://docs.expo.dev/): Learn fundamentals, or go into advanced topics with our [guides](https://docs.expo.dev/guides).
- [Learn Expo tutorial](https://docs.expo.dev/tutorial/introduction/): Follow a step-by-step tutorial where you'll create a project that runs on Android, iOS, and the web.

## Contributing

We welcome contributions to improve Intuition! Here's how you can help:

1. Fork the repository
2. Create your feature branch (`git checkout -b feature/amazing-feature`)
3. Commit your changes (`git commit -m 'Add some amazing feature'`)
4. Push to the branch (`git push origin feature/amazing-feature`)
5. Open a Pull Request

Please make sure to update tests as appropriate and follow our code of conduct.

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.