Skip to content

jhonnierandrey/reactbank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactBank (Frontend)

Description:

Before start getting into my Final Project details, I really want to thank the CS50 Team for the amazing quality of the lectures, each detail was incredible usefull and I will be always remembering all that I learned with you.

David, Doug, Brian, you guys really enjoy teaching and we can feel it with every lecture, thank you for that willingness to share what you know, really appreciate it.

This project was inspired by CS50 Financial practice, I created this FullStack App that uses a ReactJS FrontEnd, also some great technologies such as: Bootstrap, CSS, SCSS and JavaScript.

I will be updating this app, deployed version will be soon available through :

THANK YOU CS50 !

How to use ReactBank Front-End:

  1. Clone this repo

        git clone https://github.com/jhonnierandrey/reactbank
  2. Install all the required dependencies.

        npm i
  3. To start on your local machine (starts using server.js):

        npm start
  4. OPTIONAL : To start on your local machine (development):

        npm run-script devp

Contributing

  1. Fork it (https://github.com/jhonnierandrey/reactbank/fork)
  2. Create your own branch (git checkout -b newFeature/yourIdea)
  3. Commit your changes (git commit -m 'Add your commit')
  4. Push to the branch (git push)
  5. Create a new Pull Request

References

ReactJS

License

This project is licensed under the MIT License