A modern research paper discovery app built with React Native and Expo. Discover academic papers through an intuitive swipe interface, save them to your reading list, and manage your research papers efficiently.
- 📱 Modern, intuitive swipe interface for paper discovery
- 📚 Save interesting papers to your reading list
- 🔄 Swipe gestures:
- Right: Save to reading list
- Left: Dismiss
- Up: Read now
- Down: Share paper
- 🏷️ Paper categorization with tags
- 📱 Beautiful, responsive UI design
- Node.js (v14 or later)
- npm or yarn
- Expo CLI (
npm install -g expo-cli
)
- Clone the repository:
git clone https://github.com/yourusername/inkwell-app.git
cd inkwell-app
- Install dependencies:
npm install
# or
yarn install
- Start the development server:
npm start
# or
yarn start
- Open the app:
- iOS: Press 'i' in the terminal or scan the QR code using the iOS Camera app
- Android: Press 'a' in the terminal or scan the QR code using the Expo Go app
- Web: Press 'w' in the terminal
- React Native
- Expo
- React Navigation
- Reanimated 2
- Gesture Handler
- TypeScript
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.