Skip to content

Commit

Permalink
update-readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
fernargdev committed Dec 18, 2023
1 parent 5cd32cb commit ce871b7
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 15 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## Files:
notes.md
33 changes: 27 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,36 @@
# [Full Stack Open](https://fullstackopen.com/en/)
# Deep Dive Into Modern Web Development

This repository contains all my answers to the exercises from the Full Stack Open course at the University of Helsinki.
## [Full Stack Open](https://fullstackopen.com/en/)

## Part 0 - [Fundamentals of Web Apps](https://fullstackopen.com/en/part0)
Learn React, Redux, Node.js, MongoDB, GraphQL and TypeScript in one go! This course will introduce you to modern JavaScript-based web development. The main focus is on building single page applications with ReactJS that use REST APIs built with Node.js.

### [Part 0 - Fundamentals of Web apps](https://fullstackopen.com/en/part0)

- General Info
- Fundamentals of Web apps

[See the answers](https://github.com/fernargdev/full-stack-open/tree/main/part_0)

NOTA:
### [Part 1 - Introduction to React](https://fullstackopen.com/en/part1)

- Introduction to React
- JavaScript
- Component State, event handlers
- A more complex state, debugging React apps

[See the answers](https://github.com/fernargdev/full-stack-open/tree/main/part_1)

### [Part 2 - Communicating with server](https://fullstackopen.com/en/part2)

- Rendering a collection, modules
- Forms
- Getting data from server
- Altering data in server
- Adding style to React apps

### [Part 3 - Programming a server with NodeJS and Express](https://fullstackopen.com/en/part3)

1. Me quede por la parte de :
1.6: unicafe, paso 1
- Node.js and Express
- Deploying app to internet
- Saving data to MongoDB
- Validation and ESLint
19 changes: 10 additions & 9 deletions part_0/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Part 0: Fundamentals of Web apps
# Part 0 - Fundamentals of Web apps

## [Exercises](https://fullstackopen.com/en/part0/fundamentals_of_web_apps#exercises-0-1-0-6)
In this part, we will familiarize ourselves with the practicalities of taking the course. After that, we will have an overview of the basics of web development and also talk about the advances in web application development during the last few decades.

- [0.1-html-tutorial.](https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/HTML_basics)
- [0.2-css-tutorial.](https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/CSS_basics)
- [0.3- your-first-form.](https://developer.mozilla.org/en-US/docs/Learn/Forms/Your_first_form)
- [0.4-new-note](./0.4-new-note)
- [0.5-load-spa](./0.5-load-spa)
- [0.6-new-note-spa](./0.6-new-note-spa)
## Modules

## Diagram and Syntax
a. [General info](https://fullstackopen.com/en/part0/general_info)
b. [Fundamental of Web apps](https://fullstackopen.com/en/part0/fundamentals_of_web_apps)

## Valuable information

- [html-tutorial](https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/HTML_basics)
- [css-tutorial](https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/CSS_basics)
- [your-first-form](https://developer.mozilla.org/en-US/docs/Learn/Forms/Your_first_form)
- [sequence-diagram](https://www.geeksforgeeks.org/unified-modeling-language-uml-sequence-diagrams/)
- [mermaid-syntax](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams)
- [web-tool](https://www.websequencediagrams.com/)
19 changes: 19 additions & 0 deletions part_1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Part 1 - Introduction to React

In this part, we will familiarize ourselves with the React-library, which we will be using to write the code that runs in the browser. We will also look at some features of JavaScript that are important for understanding React.

## Modules

a. [Introduction to React](https://fullstackopen.com/en/part1/introduction_to_react)
b. [JavaScript](https://fullstackopen.com/en/part1/java_script)
c. [Component state, event handlers](https://fullstackopen.com/en/part1/component_state_event_handlers)
d. [A more complex state, debugging React apps](https://fullstackopen.com/en/part1/a_more_complex_state_debugging_react_apps)

## Valuable information

- [courses-egghead](https://egghead.io/)
- [javascript-mdn](https://developer.mozilla.org/es/docs/Web/JavaScript)
- [javascript-overview](https://developer.mozilla.org/es/docs/Web/JavaScript/Language_overview)
- [you-dont-know-js](https://github.com/getify/You-Dont-Know-JS)
- [javascript-info](https://es.javascript.info/)
- [tutorial-tic-tac-toe](https://es.react.dev/learn/tutorial-tic-tac-toe)

0 comments on commit ce871b7

Please sign in to comment.