Skip to content

madrakas/bit_07_react_intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LICENSE Static Badge Eco Status Discord

BIT Full stack developer course – Part 7. React intro.

My journey to become a full stack developer


🌟 About

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

🧭 Other repositories from same course

  1. General programming skills and JS
  2. Intro to HTML and CS
  3. HTML and CSS basics, UFO 404 page
  4. HTML and CSS, Real Estate Website
    1. Practice No.1: Photographer website
    2. Practice No.2: Collab landing page
  5. JavaScript HTML DOM intro
  6. JavaScript Kanban website
    1. Practice No.1: Random color app
    2. Practice No.2: Simple JS game
  7. React intro (current repository)
    1. Practice No.1. React page design
    2. Practice No.2. React calculator
  8. React + Bootstrap website
    1. Practice No.1: React + bootstrap Investment calculator
    2. Practice No.2: React countries API
    3. Practice No.3: React use context app
    4. Practice No.4: React BMI calculator
  9. Intro to backend. Quick JS overview
  10. Backend intro. React
  11. Backend. PHP
    1. Practice No.1. Bank V1
  12. MVC, Webmix
    1. Practice No.1. Bank V2
  13. Intro to Laravel
  14. Deeper into Laravel
    1. Practice No.1. Bank V3

🎯 Project features/goals

  • Learn:
    • React initialistaion and local run specifics
    • React structure and props
    • React Use hooks
    • Publish React app on github site

🧰 Getting Started

💻 Prerequisites

Node.js - download and install

https://nodejs.org

Git - download and install

https://git-scm.com

🏃 Run locally

Would like to run this project locally? Open terminal and follow these steps:

  1. Clone the repo
    git clone https://github.com/madrakas/bit_07_react_intro.git
  2. Install NPM packages
    npm i
    or
    npm install
  3. Run the app in the development mode.
    npm start
    
  4. 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.

🧪 Running tests

Launch the test runner in the interactive watch mode.

npm test

See the section about running tests for more information.

🎅 Authors

Arvydas Github

Sensei: Rimantas Github

⚠️ License

Distributed under the MIT License. See LICENSE.txt for more information.

🔗 Other resources

Create React App

About

Intro to react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published