A Contact Manager App which allows you to add new contacts to a list. Built using React.js.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Project is created with:
- HTML5
- CSS3
- React 17.0.2
- I learnt how to use JSX, which is a syntax extension to JavaScript. It allows us to build UI elements right in the JavaScript code!
- How to create components, pass them data using props and manage their data using state.
- How to render components on the page and include some initial data.
- How to add a function to our ContactManager component to add a new person to our contacts state array.
- That props can be used to pass down not only state, but also functions, that may manipulate the state.
Project is: in progress
This project is licensed under the MIT License - see the LICENSE.md file for details
Created by @Max88-git - feel free to contact me!