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 7th part of the course – React intro.
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 (current repository)
- React + Bootstrap website
- Intro to backend. Quick JS overview
- Backend intro. React
- Backend. PHP
- MVC, Webmix
- Intro to Laravel
- Deeper into Laravel
- Learn:
- React initialistaion and local run specifics
- React structure and props
- React Use hooks
- Publish React app on github site
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_07_react_intro.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: Rimantas Github
Distributed under the MIT License. See LICENSE.txt for more information.