Skip to content

Kisonix-Dev/YellowNotes

Repository files navigation

JavaScript CSS HTML Capacitor Vite

🎵 Description

YellowNotes – Simple and quick notes for your phone.

🔥 Main functions

  • Create and delete notes
  • Assign a color to a card
  • Find your notes

🛠 Technologies

The application is developed using the following technologies:

  • JavaScript – the main development language
  • CSS – Styles
  • HTML – Markup
  • Vite – Web application builder
  • Capacitor – Cross-platform bridge for web applications
  • Android Studio – For building and testing a mobile application

📱 Screenshots

📖 Documentation

🚀 Compiling and running the project

  1. Download git
sudo pacman -S git
  1. We update repositories and packages in our system
sudo pacman -Syyu
  1. Clone the repository
git clone https://github.com/Kisonix-Dev/YellowNotes.git
  1. Go to our catalog
cd YellowNotes
  1. Installation of required components
npm install
  1. Loading the capacitor core and more
npm install @capacitor/core @capacitor/cli
  1. Initialize
npx cap init
  1. We assemble our project to create a directory: "dist"
npm run build
  1. Synchronize the changes
npx cap sync
  1. Open our project in: "Android Studio"
npx cap open android

About

Mobile app: Yellow Notes for Android. Super fast and easy notes in your pocket.

Topics

Resources

License

Stars

Watchers

Forks