This repository contains the code for a note-taking app built with React, following the The Complete Web Development Bootcamp course. The app is inspired by Google Keep and allows users to create, edit, and delete notes.
To run the project locally, follow these steps:
- Clone the repository: git clone https://github.com/JOSEW383/keeperapp.git
- Install dependencies: npm install
- Start the development server: npm start
The app will now be running on http://localhost:3000
Create notes with a title and a body Edit and delete existing notes View all notes in a list
React - JavaScript library for building user interfaces
This project is licensed under the MIT License