To check how to deploy in another way with Github read here
- create heroku account
- it's a cloud platform for hosting apps
- https://signup.heroku.com/
- create application
- provide a name (it will be the url https://app-name.herokuapp.com)
| https://repl.it/@ManishPoduval1/Traffic-lights-drill-2 |
To check how to deploy in another way with Github read here
##Complete the following steps:
npx create-react-app APP_NAME to create a new folder called APP_NAME with a React app insideeg npx create-react-app react-day2
OR
| // You need to run `npm i cloudinary multer-storage-cloudinary multer` to use cloudinary | |
| // create this file in the 'config' folder | |
| const cloudinary = require('cloudinary').v2; | |
| const { CloudinaryStorage } = require('multer-storage-cloudinary'); | |
| const multer = require('multer'); | |
| // once you register on cloudinary you will get these three keys. | |
| // store them in the .env file and reference them here | |
| cloudinary.config({ |
James Dawson https://polymurph13.github.io/Plague-Project-1/
Arune Martinkeviciute https://arunem.github.io/Game/
Michelle Lock https://michelleytlock.github.io/aisle-1/
Nicholas Barnes https://colorpulse6.github.io/mad-science/
Justine Benevent https://justinebenevent.github.io/Oh-No-Dino/
| Sl.No | Questions |
|---|---|
| 01. | What does the runtime environment mean in Node.js? |
| 02. | What is Node.js? |
| No. | Questions |
|---|---|
| Core React | |
| 1 | What is React? |
| 2 | What are the major features of React? |
| 3 | What is JSX? |