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.
- Navigation with react-router 4
- Master / Detail View
- CRUD operations with a REST API (see contact-manager-backend)
- CSS styling (imported CSS files)
- Authentication
- If you want to test it, please be sure to have the contact-manager-backend running.
git clone https://github.com/areiterer/contact-manager
cd contact-manager
npm install
npm start
There are still a lot of things to be fixed and added here:
- Improve Component / State design
- prop-types
- Tests are missing
- ...