/my-notes-app

A Simple Notes App using React-Native with NodeJS Express

Primary LanguageTypeScript

My Notes App

About   |   Features   |   Technologies   |   Requirements   |   Starting


About

A React-Native App for taking notes

Features

✔️ Create a new note (Personal/Work/Ideas/Lists);
✔️ Edit the note;
✔️ Remove the note.

Technologies

This project uses:

Requirements

To see how to configure both Android and iOS React-Native environment, check React-Native Documentation

Android

To build your application on Android you will need Android Studio

iOS

To build your application on iOS you will need XCode, (Only available through AppStore on a Apple Machine)

Starting

# Both in API and APP Projects
# Install dependencies
$ yarn install

# Inside the APP Project
# Build Android application
$ yarn android

# Build iOS application
$ yarn ios