My journey to become a full stack developer
This project is a part of my workbook from Full stack developers course at BIT This is the 10th part of the course – Backend intro. React.
This project is for educational porpuses only. Pull request are welcome, but priority for project authors! Thank you for your cooperation!
View deployed result on my github
- General programming skills and JS
- Intro to HTML and CS
- HTML and CSS basics, UFO 404 page
- HTML and CSS, Real Estate Website
- JavaScript HTML DOM intro
- JavaScript Kanban website
- React intro
- React + Bootstrap website
- Intro to backend. Quick JS overview
- Backend intro. React (current repository)
- Backend. PHP
- MVC, Webmix
- Intro to Laravel
- Deeper into Laravel
- Learn:
- React
- API
- Axios
Node.js - download and install
https://nodejs.org
Git - download and install
https://git-scm.com
Would like to run this project locally? Open terminal and follow these steps:
- Clone the repo
git clone https://github.com/madrakas/bit_08_01_hw_react_bootstrap_invest_calc.git
- Install NPM packages
or
npm i
npm install
- Run the app in the development mode.
npm start
- Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launch the test runner in the interactive watch mode.
npm test
See the section about running tests for more information.
Arvydas Github
Sensei: A-Kija Github
Distributed under the MIT License. See LICENSE.txt for more information.