Giter Club home page Giter Club logo

react-course's Introduction

React - The Full Course

This repo contains five apps for the Full React Course on Fireship.io.

  1. Animal Farm
  2. Memento
  3. ForeverNote
  4. Unweather (WIP)
  5. CyberForm (WIP)

react-course's People

Contributors

codediodeio avatar

Stargazers

Jonas avatar Nio avatar Aaron de Vroede avatar Set Ran Naing avatar Lamine Diallo avatar Given Kibanza avatar  avatar  avatar  avatar DANIEL TSENG avatar Jeff Matthews avatar YoungChief avatar  avatar Chloe Liu avatar Laureline Paris avatar Shehzad Iqbal avatar Nawal avatar Honza Jeníček avatar Ibrahim Almalki avatar  avatar willx33 avatar  avatar Rajat Sandeep avatar _αιυ avatar 丹ⓨㄩک廾 avatar Kristijan Vidović  avatar Mohammed Imran avatar coder_mohan avatar Vera Lim avatar James Isaacs avatar i1r0 avatar Trần Tuấn Huy avatar Ramzi Latrous avatar Arun Gawri avatar Dario Ielardi avatar Amn3s1a Lavorex avatar Suman Ghosh avatar SANJAI KUMAR S avatar undefine avatar Axel Sandoval avatar Walt- avatar Juan David avatar Adem Mohammed avatar Pedro Soares avatar Isaac Tan avatar 爱可可-爱生活 avatar Madhav Jha avatar GodderE2D avatar Araf Akil avatar Sito Mao aka Eric Austin avatar Palpatine avatar scripto_entity_1010 avatar Clément Combier avatar Sujan Khadka avatar Shreyas Hosadurga Chandra Shekhar  avatar Ami avatar Ajay avatar  avatar TechStudent10 avatar Siddhesh Zantye avatar Saad Mrabet avatar SeboMyr avatar Bahlul Hasanli avatar ADITYA avatar David Ralph avatar Noel Towa avatar Abdul Subhan avatar Isaac Delgado avatar Kendall avatar Avi Bobrovsky avatar

Watchers

James Cloos avatar  avatar  avatar Pedro Soares avatar

react-course's Issues

Query params are always an empty object

I was going through the animal farm app part of the course and was able to get the endpoint running on localhost, but for whatever reason when I try to pass query params with "http://localhost:8080/?=bear", req.query is always an empty object so q is always undefined.

So I pulled down the repo, npm installed both front end and server, and still experiencing the exact same behavior. Any ideas? Nothing I've found on SO or here has solved my issues yet.

minor omission in #react-course video ##24-Game UI

at 2:37 of the video 24-Game UI of the react-course;
within Card.jsx and the 2nd <img> tag, you forgot to add onClick={onClick};

for any experienced dev this is pretty easy to spot but for a beginner just following your video, if they forgot to add this their event handler will not trigger.

just a quick suggestion if you ever want to patch up the react-course videos in the future; 😄

go Fireship!!

Row 21 in index.js in animalfarm/server should not have ? after q?

Row 21 in index.js in animalfarm/server should not have ? after q?

Should be
const q = req.query.q.toLowerCase() || '';

instead of
const q = req.query.q?.toLowerCase() || '';

Error received below when running node .
`file:///mnt/c/Users//Documents/SourceCodes/animalfarm/server/index.js:21
const q = req.query.q?.toLowerCase() || '';
^

SyntaxError: Unexpected token '.'
at Loader.moduleStrategy (internal/modules/esm/translators.js:133:18)
at async link (internal/modules/esm/module_job.js:42:21)`

Code works after removing ?

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.