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 :
- FrontEnd : https://reactbank-front-end.netlify.app/
- BackEnd : https://reactbank-back-end.herokuapp.com/
THANK YOU CS50 !
-
Clone this repo
git clone https://github.com/jhonnierandrey/reactbank
-
Install all the required dependencies.
npm i
-
To start on your local machine (starts using server.js):
npm start
-
OPTIONAL : To start on your local machine (development):
npm run-script devp
- Fork it (https://github.com/jhonnierandrey/reactbank/fork)
- Create your own branch (
git checkout -b newFeature/yourIdea
) - Commit your changes (
git commit -m 'Add your commit'
) - Push to the branch (
git push
) - Create a new Pull Request
This project is licensed under the MIT License