/bank-manager-react

Final project challenge for students after the redux class. They put everything together from all the React and Redux lessons.

Bank-account-manager-react

The purpose of this project is to test your understanding on all the concepts we've covered so far in the React and Redux classes. It will also put your git skills to test as you'll be collaborating with a partner using git.

project summary

Bank account manager app bootstraped with Create React App that has full CRUD functionality for

  • Adding accounts
  • Seeing all accounts added
  • Editing accounts
  • Deleting accounts

This repository already has all the boilerplate with the UI developed. However none of the full functionalities are working yet. Your job is to complete all the CRUD functionality using react redux for shared state management.

instructions

  • Clone the project locally
  • Run yarn install (or npm install) to install project dependencies
  • Open project in your text editor
  • Create a new branch where you'll commit your changes
  • Go through the codebase to get familiar with the code and how each component is connected together
  • Make sure that you have a clear idea of the flow and how the app is supposed to work. Ask questions to get clarity.
  • Complete the CRUD features using React and Redux.
  • Commit your changes each step of the way.
  • Test your work to confirm that it works as expected.
  • Deploy your work and add the link to the ReadMe.
  • Update the ReadMe to outline the steps you took to make the app work.
  • Push your work to Github.
  • Submit a pull request to the main repo: https://github.com/codetrainafrica/contact-manager-react/