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.
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.
-
Clone the repository:
git clone https://github.com/LyanBrito/learning-react.git
-
Navigate to the project directory::
cd learning-react
-
nstall the necessary dependencies:
npm install
-
Start the development server:
npm start
-
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!