YellowNotes – Simple and quick notes for your phone.
- Create and delete notes
- Assign a color to a card
- Find your notes
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
- Download git
sudo pacman -S git
- We update repositories and packages in our system
sudo pacman -Syyu
- Clone the repository
git clone https://github.com/Kisonix-Dev/YellowNotes.git
- Go to our catalog
cd YellowNotes
- Installation of required components
npm install
- Loading the capacitor core and more
npm install @capacitor/core @capacitor/cli
- Initialize
npx cap init
- We assemble our project to create a directory: "dist"
npm run build
- Synchronize the changes
npx cap sync
- Open our project in: "Android Studio"
npx cap open android