Session on CLI.
Session on Git and Github
How to use Git and Github - Udacity
Resources and Practice - Practice the Learn Git branching section
Start with Learn to Code HTML and CSS by Shay Howe
In particular read the following sections and complete the exercises.
HTMl & CSS
- Lesson 1: Building your first web page
- Lesson 2: Getting to know HTML
- Lesson 3: Getting to know CSS
- Lesson 4: Opening the Box Model
- Lesson 5: Positioning content
Advanced HTML & CSS
- Lesson 3: Complex Selectors
- Lesson 4: Responsive Web Design
Resources for Flex and Grid Layouts
Responsive Portfolio Website
Build two versions of a portfolio website. With and without the Bootstrap CSS framework. These can be two different files in the same repository. You're required to submit the following:
Link to repository. The repository to be named portfolio-(name) example portfolio-john
Live URL containing links to both versions of the portfolio.
In an index.html provide links to both the files.
* portfolio.html
* portfolio-bootstrap.html
Themed Ecommerce Website
Pick a website or theme of your choice and build it without looking at the source code.
Submit the URL to the Git repository and the URL where the project is deployed. Please name the repository theme-(name) e.g. (theme-john)
Session on Web Architecture Overview
Introduction to JavaScript - Udacity
ToDo List in JavaScript
Implement a todo list with ordering with persistence using localStorage
Memory Game in JavaScript
Create a Memory Game in JavaScript capturing the total number of moves and time taken to complete the game.
Chess Game in JavaScript (Advanced)
Build a 2 player chess game in JavaScript using principles of object oriented programming, game state and game loop.
Session: Recap on Functions, Scope and Callbacks.
Session on JavaScript Environment Setup - JS, Node, NPM. Introduction to JavaScript.
Getting Started with Developer Tools
Introduction to Jquery - Udacity
ToDo List in Jquery
Implement a todo list with ordering in Jquery
Session Recap Jquery
Session on databases
Session on JS Utility functions
Full Stack ToDo List
Todo List with data storage in backend with Express API and MongoDB as database.
- Basics of REST APIs
- RESTful Design - Best practices to use
- Building good APIs - Using appropriate HTTP Response codes
Session on REST
Session on Mongoose.
Get the IPL Dataset
In this data assignment you will transform raw data from IPL into graphs that will convey some meaning / analysis. For each part of this assignment you will have 2 parts -
Download both csv files from https://www.kaggle.com/manasgarg/ipl
Part 1
Code a javascript program that will transform the raw csv data to a json file which contains only the data necessary and in a format suitable for plotting in the next step and plot with highcharts.
Generate the following plots ...
1. Plot the number of matches played per year of all the years in IPL.
2. Plot a stacked bar chart of matches won of all teams over all the years of IPL.
3. For the year 2016 plot the extra runs conceded per team.
4. For the year 2015 plot the top economical bowlers.
5. Discuss a "Story" you want to tell with the given data. As with part 1, prepare the JSON file and plot with highcharts.
Part 2
Create a Node Web API with MongoDB as the backend. Solve the same above problems by getting data using MongoDB queries.
Session Unit testing
Time Complexity Videos - mycodeschool
Create an account on Interviewbit and solve the practice problems in the Time Complexity section.
Measuring execution time in JavaScript
NavTree Project in Jquery
Repository name: navtree-(name) Example navtree-john
Build a hierarchical, navigable tree structure using jQuery. The tree structure should be at least 3 levels deep.
For example:
Depth 0
-- Depth 1
-- Depth 2
It should expand and minimize to reveal and hide nested nodes. Do not use an existing library to build the tree structure.
Please use the IPL dataset that you had previously used for the Visualisation assignment. An example hierarchy could be
Year > Team > Players
When the last entity is selected, show a stat relevant to that identity on the page. This can either be a visualisation or a table.
Introduction to Object Oriented JavaScript - Only complete scopes, closures, 'this' keyword and prototype chains.
Session: Object and Prototypes.
Introduction to React - Techsith
Session Recap React
ToDo List
Implement a todo list with ordering which interacts with a backend Web Server in Node or Django with each update.
NavTree Project in React
Implement the NavTree structure using the React library.
Name the project navtree-react-(name)
Introduction to Redux - Academind
Advanced:
Getting Started with Redux - Egghead
Introduction to Idiomatic Redux - Egghead
Session Recap Redux
The final project of the bootcamp.
Deliverables:
- User Personas - How to define a User Persona
- User Stories - Writing User Stories
- Wireframes - Website Wireframes
- API Contracts
- Trello Board for managing and prioritising user stories
- Gitlab Repository for managing the code
- Deployment link for the project
Thanks.