Skip to content

Instantly share code, notes, and snippets.

@InsaneNaman
Last active July 8, 2020 12:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 16 You must be signed in to fork a gist
  • Save InsaneNaman/c4cc354ff23fae55822368de855d6181 to your computer and use it in GitHub Desktop.
Save InsaneNaman/c4cc354ff23fae55822368de855d6181 to your computer and use it in GitHub Desktop.
GDG Web Dev Day

GDG New Delhi - Web Developers Day

Note: Please complete all the steps mentioned over here before registering for the event:

Installing Dependencies

1- Node.js

2- MongoDB

3- Angular CLI

$ npm install -g @angular/cli

Note: On Linux if you get an error saying access denied then use command given below:

$ sudo npm install -g @angular/cli

4- Nodemon

$ npm install -g nodemon

Note: On Linux if you get an error saying access denied then use command given below:

$ sudo npm install -g nodemon

Installing tools

5- VS Code

6- Postman


Hacking

7- Coding Task

Please fork these two given repo, submit the link and clone it to your buddy laptop. Link - https://github.com/gdgnewdelhi/web-dev-day-node and https://github.com/gdgnewdelhi/web-dev-day-angular


Prepare yourself

8- HTML

Please complete till the intermediate of the tutorial given here- http://www.htmldog.com/guides/html/.

9- CSS

Please complete till the intermediate of the tutorial given here- http://www.htmldog.com/guides/css/.

10- JavaScript

Please complete till the intermediate of the tutorial given here- http://www.htmldog.com/guides/javascript/.


Thank you for your patience. If you completed all the steps then you can head over to the registration form and fill it- https://gdgnd.org/gdg-new-delhi/events/web-developer-days-1.
@immanishbainsla
Copy link

Thanks for all of this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment