Technologies: HTML, CSS, JS, React, React Router and Flux.
Hello! It is time to start doing professional front-end applications. This time we will be creating a small contact management application that allows users to: Create, Update, Delete and Read contacts. Check it out here!
Please use the Flux architecture for this: The Flux architecture is one of the most used proposal for web application architetures.
a) Open this link in your browser to clone it with gitpod (recommended): https://gitpod.io#https://github.com/breatheco-de/exercise-contact-list.git
b) You can clone this repository on your local computer:
1$ git clone https://github.com/breatheco-de/exercise-contact-list.git
Install the dependencies using $ npm install
Run the project $ npm run start
💡 Important: Remember to create a new repository, update the remote (git remote set-url origin <your new url>
), and upload the code to your new repository using add
, commit
and push
.
ContactCard: Ideal component to display just one contact.
That is it! Start coding your ReactJS + Flux application.