React Address Book is a CRUD app that I built to teach myself Redux. Who wants to build a Todo list?
- React - ui javascript library
- redux - state management library
- tailwindcss - CSS framework
Install the dependencies and devDependencies and start the server.
$ cd react-address-book
$ npm install -d
$ npm start
Want to contribute? Great! Drop me line an we can chat how to make this app better.
- Add Google's Places for faster address input.
MIT License
Free Software, Hell Yeah!