https://github.com/o2sa/notes-app
Simple notes app
https://github.com/o2sa/notes-app
firebase notes notes-app react website
Last synced: 3 months ago
JSON representation
Simple notes app
- Host: GitHub
- URL: https://github.com/o2sa/notes-app
- Owner: O2sa
- Created: 2023-12-06T02:46:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-04T21:33:38.000Z (3 months ago)
- Last Synced: 2025-04-04T22:28:30.075Z (3 months ago)
- Topics: firebase, notes, notes-app, react, website
- Language: JavaScript
- Homepage: https://learn-ract.onrender.com/
- Size: 31.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes-App
Notes-App is a simple tasks manager website built to help users organize their tasks efficiently. The application allows users to create, edit, delete, and mark tasks as completed. Notes-App provides a user-friendly interface using React and Firebase.
## Features
- **Task Management**: Create, edit, delete, and mark tasks as completed.
- **Responsive Design**: Mobile-friendly layout for seamless task management on any device.## Technologies Used
- React: JavaScript library for building user interfaces.
- Firebase: Backend as a service (BaaS) platform for real-time database and user authentication.
- HTML/CSS: Markup and styling languages for building the website's structure and appearance.## Installation
To set up the Notes-App project locally, follow these steps:
1. Clone the repository: `git clone https://github.com/o2sa/Notes-App.git`
2. Navigate to the project directory: `cd Notes-App`
3. Install dependencies: `npm install`
4. Start the development server: `npm start`
5. Open your web browser and navigate to `http://localhost:3000`