Skip to content

Commit a4da27c

Browse files
authored
Merge pull request #16 from Lorenagubaira/master
<onlyfor> & template_url were added
2 parents 68aa785 + c5b21fe commit a4da27c

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

README.es.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Vamos a construir una versión minimalista del [Banco de datos de Star Wars](htt
1010

1111
![Starwars Demo](https://github.com/breatheco-de/exercise-starwars-blog-reading-list/blob/master/preview.gif?raw=true)
1212

13+
<onlyfor saas="false" withBanner="false">
14+
1315
## 🌱 Cómo comenzar este proyecto
1416

1517
No clones este repositorio porque vamos a usar una plantilla diferente.
@@ -26,6 +28,8 @@ https://github.com/4GeeksAcademy/react-hello-webapp
2628

2729
> 💡 Importante: Recuerda guardar y subir tu código a GitHub creando un nuevo repositorio, actualizando el remoto (`git remote set-url origin <your new url>`) y subiendo el código a tu nuevo repositorio usando los comandos `add`, `commit` y `push` desde la terminal de git.
2830
31+
</onlyfor>
32+
2933
## 📝 Instrucciones
3034

3135
1. Usa componentes de Bootstrap, **casi** no necesitas CSS personalizado.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ We are going to be building a minimalist version of the [Star Wars Databank](htt
1010

1111
![Starwars Demo](https://github.com/breatheco-de/exercise-starwars-blog-reading-list/blob/master/preview.gif?raw=true)
1212

13+
<onlyfor saas="false" withBanner="false">
14+
1315
## 🌱 How to start this project
1416

1517
Do not clone this repository because we are going to be using a different template.
@@ -26,6 +28,8 @@ https://github.com/4GeeksAcademy/react-hello-webapp
2628

2729
> 💡 Important: Remember to save and upload your code to GitHub by creating a new repository, updating the remote (`git remote set-url origin <your new url>`), and uploading the code to your new repository using the `add`, `commit` and `push` commands from the git terminal.
2830
31+
</onlyfor>
32+
2933
## 📝 Instructions
3034

3135
1. Use Bootstrap components, you need **almost** no custom CSS.

learn.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"preview": "https://github.com/breatheco-de/exercise-starwars-blog-reading-list/blob/master/preview.gif?raw=true",
1212
"technologies": ["react.js", "javascript", "react router"],
1313
"duration" : 16,
14+
"template_url": "https://github.com/4GeeksAcademy/react-hello-webapp",
1415
"description" : {
1516
"us": "Build a Star Wars reading app with React.js, React Router, and Context API. Learn API integration with SWAPI, state management, and routing. Implement a 'Read Later' feature to save favorites. Master asynchronous requests and global state handling for an optimized user experience. Perfect for React developers!",
1617
"es": "Crea una aplicación de lectura de Star Wars con React.js, React Router y Context API. Aprende integración de API con SWAPI, gestión de estado y enrutamiento. Implementa una función de 'Leer después' para guardar favoritos. Domina las solicitudes asíncronas y el manejo del estado global."

0 commit comments

Comments
 (0)