Skip to content

A React Native notes application built with Expo Router. Lets users create and store notes locally using AsyncStorage. Enhanced with Haptics, BlurView, and Vector Icons for a polished mobile experience.

Notifications You must be signed in to change notification settings

Keremunce/rn-notes-app

Repository files navigation

🧮 React Calculator App

A lightweight React web calculator supporting basic arithmetic operations.
Styled with Tailwind CSS and deployed via GitHub Pages for instant public access.


✨ Features

  • Perform basic arithmetic operations (add, subtract, multiply, divide)
  • Clear and responsive layout built with Tailwind CSS
  • Real-time display updates as you type
  • Keyboard input support (optional improvement)
  • Deployed to GitHub Pages for live demo access

🧰 Tech Stack

React TailwindCSS JavaScript HTML5 CSS3 GitHub Pages


🚀 Getting Started

Follow these steps to run the project locally:

# Clone the repository
git clone https://github.com/Keremunce/react-calculator-app.git

# Navigate into the folder
cd react-calculator-app

# Install dependencies
npm install

# Run the development server
npm start

To build and deploy on GitHub Pages:

npm run build
npm run deploy

🧩 Project Structure

react-calculator-app/
│
├── public/
│   └── index.html
│
├── src/
│   ├── components/
│   │   ├── Button.jsx
│   │   ├── Display.jsx
│   │   └── Calculator.jsx
│   ├── App.jsx
│   ├── index.css
│   └── main.jsx
│
├── package.json
└── tailwind.config.js

🌐 Live Demo

🔗 Open on GitHub Pages


📜 License

MIT License © Kerem ÜNCE

About

A React Native notes application built with Expo Router. Lets users create and store notes locally using AsyncStorage. Enhanced with Haptics, BlurView, and Vector Icons for a polished mobile experience.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published