An open API service indexing awesome lists of open source software.

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

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`