Skip to content

πŸ“ A minimalist note-taking app built with React Native and Expo. Perfect for quick notes, lists, and reminders on the go. Features include local storage, search functionality, note categories, and sharing capabilities. Built as a learning project to explore React Native development.

Notifications You must be signed in to change notification settings

flaviohsprado/note-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

React Native Notes App

A simple and intuitive note-taking application built with React Native to understand and practice mobile app development fundamentals.

🎯 Project Purpose

This project serves as a hands-on learning experience to:

  • Understand React Native core concepts
  • Practice mobile-first development
  • Learn state management in React Native
  • Explore native device features
  • Master mobile UI/UX principles

πŸš€ Getting Started

Prerequisites

  • Node.js (v16 or higher recommended)
  • npm or yarn package manager
  • React Native CLI
  • Expo

Installation

  1. Install dependencies:
# Using npm
npm install

# Using yarn
yarn install
  1. Start the development server:
# Using npm
npm start

# Using yarn
yarn start
  1. Run on your preferred platform:
# For iOS
npm run ios
# or
yarn ios

# For Android
npm run android
# or
yarn android
# or
npm run tunnel # recommended for android or ios
# or
yarn tunnel # recommended for android or ios

πŸ“± Features

  • Create, read, update, and delete notes
  • Save notes locally
  • Search and filter notes
  • Note categories/tags
  • Rich text formatting
  • Share notes

πŸ› οΈ Built With

πŸ“š Learning Topics Covered

  • React Native Components
  • Mobile Navigation
  • State Management
  • Local Storage
  • Native Device Features
  • Mobile UI/UX Design
  • App Deployment

πŸ“ Notes

This project is designed for learning purposes. Feel free to experiment with the code and add new features to enhance your understanding of React Native development.

πŸ“– Resources

πŸ“œ License

This project is open source and available under the MIT License.

🀝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

πŸ‘¨β€πŸ’» Author

Your Name

About

πŸ“ A minimalist note-taking app built with React Native and Expo. Perfect for quick notes, lists, and reminders on the go. Features include local storage, search functionality, note categories, and sharing capabilities. Built as a learning project to explore React Native development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published