Coder Social home page Coder Social logo

react-complete-guide-code's Introduction

Course Code & Materials

This repository contains the course source code and other extra materials like slides.

How to use

The code snapshots are organized in multiple branches where every branch represents a course section.

For example, the branch 01-getting-started holds all code snapshots and extra materials for section 1 of the course ("Getting Started").

You can switch branches via the branch dropdown above the directory explorer.

Click on the branch dropdown and then select the appropriate branch for the course section you're looking for

In most branches, you'll find multiple folders which organize the section-specific content further:

  • Often, you'll find a /code subfolder which contains any relevent code snapshots for the given course section
  • You also often find /slides folders which - guess what - contain the slides for the module
  • /extra-files typically contains extra files like .css files that might be attached to individual lectures in that course module

The folder names should generally be self-explanatory but also feel free to simply click around and see which materials are available.

Using code snapshots

Code snapshots (which you find in /code) are there for you to compare your code to mine and find + fix errors you might have in your code.

You can either view my code directly here on Github (you can open + view code files without issues here) or you download the snapshots.

The subfolders in the /code folder are named such that mapping them to the course lectures is straightforward.

Downloading code snapshots

You can download all the content of a branch via the "Code" button here on Github. You can then either clone the repository or simply download the selected branch content as a ZIP file.

Important: You always download the entire branch content!

You can then dive into the interesting folders (e.g. the individual code snapshots) locally on your hard drive.

Running the attached code

You can use the attached code simply to compare it to yours. But you can also run it.

To run my code, navigate into a specific code snapshot folder via the cd command in your command prompt or terminal first.

Then run npm install to install all required dependencies (this will create a /node_modules folder).

Important: If you're using the code for a module that requires API keys or a backend (e.g. the module about sending Http requests), you'll have to use your backend URLs or API keys. Mine won't work (I disabled my projects).

react-complete-guide-code's People

Contributors

maxschwarzmueller avatar

Stargazers

沙耶 avatar Paul Giovanni avatar AK Adapa avatar Losang Jinpa, PhD, MCSE/MCT, Cloud Monk avatar Natan Fonseca avatar Digamber negi avatar Xiaoyou Fung avatar Dev Prakash avatar Arpit Joshi avatar  avatar RayChen avatar Muhammad Talha avatar  avatar Matheus Mayan Abbadi avatar Advait Deshmukh avatar  avatar Anup Naiknavare avatar  avatar  avatar WejsoneKK avatar Ermuhamet Bekbosynov avatar Venom avatar  avatar ihsan danish avatar Dipak Saraf avatar Eymen Bacar avatar omidhldn avatar Mehedi Hasan Siam avatar Buğra Can Sefercik avatar kk0055 avatar  avatar Dayeon Won avatar Mohamed Mahmoud  avatar  avatar Vijay Anand Pandian avatar coccalis avatar RickyChen avatar Meizheng Li avatar Wayne avatar Omar Rafat avatar Mustafa Shubbar avatar Makoto Tezuka avatar Abhishek yadav avatar  avatar Viktor Ilie avatar Djamel Eddine KERAKERI avatar  avatar Ravi Kumbhani  avatar Pavel Cherkashin avatar Nikolay avatar Bryan Suarez avatar Sudip Dutta avatar Panpan avatar Keshav Agarwal avatar  avatar Igor Tintor avatar BM Prajwal  avatar shivakrishna karnati avatar PVLN CHARAN avatar Zack Vera avatar Aithan Eulysse Gimenez avatar Kunal Shrivastava avatar  avatar Mukul Kushwaha avatar Efren Rodriguez Jr. avatar Alessio Montebello avatar Junior Mota avatar  avatar  avatar Renat Khambazarov avatar Giuseppe De Rosa avatar  avatar Kerolos Morkos avatar Chris Um avatar Shaunak Milnd Alshi avatar Vaishnav Nishanth A V avatar  avatar Kan avatar Fadli Fauzi avatar Stathis Nikitas avatar Parthiv Solanki avatar Casey avatar Bryan Butler avatar  avatar nooraldeentumeh avatar Pavithran V avatar Özgür Gürçam avatar  avatar Bence Boros avatar Nima avatar Jon Burton avatar  avatar Samet ÇELİKBIÇAK avatar Sergii Gorbachov avatar  avatar sultan alsamaani avatar Avdhut Pailwan avatar Fouad Nassif avatar Avinash avatar  avatar

Watchers

Mohanad Mo avatar Humberto Silva avatar duansm avatar Sherritt Labs avatar Chad Smith avatar Lars avatar James Cloos avatar Grégoire Noyelle avatar asengardeons@hotmail.com avatar Abdullah Özcan avatar  avatar fitrah yusuf avatar João Pedro Abreu de Souza avatar  avatar Chetan avatar Matt Brentin avatar  avatar sudhir yadav avatar Dipak Saraf avatar Gita Street avatar Mario Minondo avatar Chandra Ghimire avatar Şahin Arslan avatar javimetal avatar Tauqeer Ahmed Shakir avatar Onur Turhan avatar  avatar Josh avatar Maruthi Seshidhar Inukonda avatar Yonathan W.selassie avatar Richmond  avatar Daniel Wich avatar Wasil Zafar avatar Javed Alam avatar TARIF MOHAISEN avatar Atul Patel avatar Maria Campbell avatar  avatar  avatar Kaushal avatar David Barel avatar Adriano Dias avatar  avatar Serhan Yılmaz avatar Paul Patena avatar Robert Perez avatar JD avatar Catalin avatar Codehan avatar  avatar AmirHossein MOjvar avatar Dmitriy Chuvatkin avatar Will avatar Christian Chang avatar Jon Christie avatar RauschkugelxD avatar Suresh Babu Yelendi avatar Stavios avatar Uzair Iqbal avatar  avatar  avatar JustB avatar swanand6300 avatar  avatar  avatar InPickSys avatar  avatar Samar Taj Shaikh avatar Joey Wong avatar  avatar Amit Kumar Srivastava avatar  avatar Sagor Majomder avatar  avatar JackSon_tm.m avatar Phat Huynh avatar  avatar John Koen avatar Eduard Kopylov avatar  avatar  avatar  avatar Md. Fazly Rabby Chowdhury avatar Elham Estedlali avatar Mohamed Ali avatar Merve B. Üstün avatar RSRK avatar Stephanie Quick avatar Lei Tarectecan avatar Darin Wilcox avatar  avatar Roberto Eder Chavarria avatar Sven M. Auer avatar Sonja Musicki avatar Stefan Rybak avatar Arpit Mishra avatar Katie Kasperek avatar Obada Qawwas avatar Nadezhda Nikolova avatar Vũ Hoàng Lâm avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.