/reactdemo

Primary LanguageJavaScript

Contacts Manager

This is the source code to my multi-part blog series about creating a React app:

Try the App

If you want to try the app, you just have to clone and run it:

git clone https://github.com/areiterer/contacts-manager
cd contacts-manager
npm install
npm start

Your browser should open a new window for http://localhost:3000

Have fun!