https://github.com/krishnakant-n/note-keeper-app
A Note-Keeper app build using vite+react and firebase.
https://github.com/krishnakant-n/note-keeper-app
firebase react-router reactjs
Last synced: 3 months ago
JSON representation
A Note-Keeper app build using vite+react and firebase.
- Host: GitHub
- URL: https://github.com/krishnakant-n/note-keeper-app
- Owner: Krishnakant-N
- Created: 2024-11-27T18:00:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T18:22:13.000Z (over 1 year ago)
- Last Synced: 2025-03-31T06:29:34.717Z (over 1 year ago)
- Topics: firebase, react-router, reactjs
- Language: JavaScript
- Homepage: https://notekeeper123.netlify.app/
- Size: 126 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Note Keeper App
A simple **Note Keeper** app built using **React**, **Firebase**, and **Tailwind CSS**. This app allows users to create, edit, delete, and manage notes. Notes can be pinned to the top for quick access.
## Features
- **Create Notes**: Easily add new notes with a title, body, and tagline.
- **Edit Notes**: Modify existing notes, including updating the title, tagline, and body.
- **Delete Notes**: Remove any unwanted notes.
- **Pin Notes**: Mark notes as "pinned" to keep them at the top of the list.
- **Responsive Design**: Built with Tailwind CSS for a clean and responsive design.
## Tech Stack
- **React**: Frontend library for building the user interface.
- **Firebase**: Backend as a service (BaaS) for Firestore database and hosting.
- **Tailwind CSS**: Utility-first CSS framework for styling.
- **Vite**: Fast build tool for modern web development.