Code Monkey home page Code Monkey logo

note_app's Introduction

Note-Taking App

A simple React Native note-taking app where users can create, edit, and delete notes linked to clients and categories.

Features

  • Create Notes: Users can add new notes, selecting a client and a category for each note.
  • View Notes: The home screen displays a list of all notes using a FlatList.
  • Edit and Delete Notes: Users can edit the details of a note or delete it.
  • Client and Category Data: Client and category data are stored in a JSON file.
  • Persistent Storage: Notes are stored in local memory, ensuring data persistence across app restarts.

Categories

  • Goal Evidence
  • Support Coordination
  • Active Duty

Setup and Installation

This app is built using Expo (SDK 49) and Tailwind CSS for styling. To set up and run the app:

  1. Clone the repository:

  2. Install Dependencies:

  • Run npm install to install all required node modules.
  • Run npx expo install to install Expo-specific dependencies.
  1. Start the App: npx expo start

This will start the Expo CLI. You can then run the app on a physical device or an emulator/simulator.

Important Note

If the app fails to start up, you may need to install a specific version of Tailwind CSS. Run the following command:

npm install --save-dev [email protected]

This installs Tailwind CSS version 3.3.2 as a development dependency, which should resolve any startup issues related to styling.

note_app's People

Contributors

olabanji121 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.