Skip to content

LyanBrito/learning-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Study - Note App

On the way to learning a new language, I discovered React. To delve deeper into this library, I decided to test myself and create this Notes App project, which was one of my initial experiences with React. In this project, I learned how to use props to handle and manage data within React components.

Project Overview

The Notes App allows users to:

  • Add new notes.
  • View all saved notes.

The primary goal of this project was to understand and apply the concept of props in React while building a functional and user-friendly notes application.

How to Run the Project

  1. Clone the repository:

    git clone https://github.com/LyanBrito/learning-react.git
  2. Navigate to the project directory::

    cd learning-react
  3. nstall the necessary dependencies:

    npm install
  4. Start the development server:

    npm start
  5. Open the app in your browser: http://localhost:3000 in your browser to view and interact with the Notes App while it's running locally.

Feel free to explore the project and share your feedback!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published