Skip to content

Commit

Permalink
Migrating to JSX
Browse files Browse the repository at this point in the history
Renamed js files and reiniting package-json
Renamed images files Logo Tupas
  • Loading branch information
rickware committed Jul 31, 2020
1 parent 9cec131 commit e46ceb4
Show file tree
Hide file tree
Showing 15 changed files with 9 additions and 444 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,10 @@
"server:static": "json-server --watch ./src/data/db.json --port 8080",
"server": "node ./server.js"
}
}
},
"description": "Imersao React/ALURA",
"main": "index.jsx",
"repository": "https://github.com/rickware/tupasflix.git",
"author": "rickware <ricardo.c.rod@outlook.com>",
"license": "MIT"
}

This file was deleted.

47 changes: 0 additions & 47 deletions src/components/BannerMain/index.js

This file was deleted.

11 changes: 0 additions & 11 deletions src/components/ButtonLink/index.js

This file was deleted.

58 changes: 0 additions & 58 deletions src/components/Carousel/components/Slider/index.js

This file was deleted.

26 changes: 0 additions & 26 deletions src/components/Carousel/components/VideoCard/index.js

This file was deleted.

49 changes: 0 additions & 49 deletions src/components/Carousel/index.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ function Footer() {
<FooterBase>
<a href="https://www.alura.com.br/">
<img src="https://www.alura.com.br/assets/img/alura-logo-white.1570550707.svg" alt="Logo Alura" />
<p>
Imersão React
</p>
<p>
Imersão React
</p>
</a>
</FooterBase>
);
Expand Down
19 changes: 0 additions & 19 deletions src/components/FormField/index.js

This file was deleted.

24 changes: 0 additions & 24 deletions src/components/Menu/index.js

This file was deleted.

17 changes: 0 additions & 17 deletions src/components/NotFound/index.js

This file was deleted.

21 changes: 0 additions & 21 deletions src/index.js

This file was deleted.

37 changes: 0 additions & 37 deletions src/pages/Home/index.js

This file was deleted.

Loading

0 comments on commit e46ceb4

Please sign in to comment.