/contact-manager

experimental demo project for React

Primary LanguageJavaScript

This is a React demo project that contains a bunch of functionality that you'll possibly need in a lot of React projects. I'm trying to keep it as simple as possible so it's suitable for React beginners to learn about React.

Contents

How to test

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

Roadmap

There are still a lot of things to be fixed and added here:

  • Improve Component / State design
  • prop-types
  • Tests are missing
  • ...