Add preview picture to the README.md

This commit is contained in:
Lucàs
2022-08-16 20:14:01 +02:00
parent 06299d4e59
commit 901474aabd
5 changed files with 4 additions and 68 deletions
-4
View File
@@ -1,4 +0,0 @@
{
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=827846
"recommendations": ["angular.ng-template"]
}
-20
View File
@@ -1,20 +0,0 @@
{
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "ng serve",
"type": "pwa-chrome",
"request": "launch",
"preLaunchTask": "npm: start",
"url": "http://localhost:4200/"
},
{
"name": "ng test",
"type": "chrome",
"request": "launch",
"preLaunchTask": "npm: test",
"url": "http://localhost:9876/debug.html"
}
]
}
-42
View File
@@ -1,42 +0,0 @@
{
// For more information, visit: https://go.microsoft.com/fwlink/?LinkId=733558
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "start",
"isBackground": true,
"problemMatcher": {
"owner": "typescript",
"pattern": "$tsc",
"background": {
"activeOnStart": true,
"beginsPattern": {
"regexp": "(.*?)"
},
"endsPattern": {
"regexp": "bundle generation complete"
}
}
}
},
{
"type": "npm",
"script": "test",
"isBackground": true,
"problemMatcher": {
"owner": "typescript",
"pattern": "$tsc",
"background": {
"activeOnStart": true,
"beginsPattern": {
"regexp": "(.*?)"
},
"endsPattern": {
"regexp": "bundle generation complete"
}
}
}
}
]
}
+4 -2
View File
@@ -1,4 +1,4 @@
<h1 align="center">Welcome to Todo List App 👋</h1>
<h1 align="center">Welcome to Todo List 👋</h1>
<p>
<img alt="Version" src="https://img.shields.io/badge/version-0.0.0-blue.svg?cacheSeconds=2592000" />
<a href="https://spdx.org/licenses/MIT.html" target="_blank">
@@ -9,6 +9,8 @@
> A Todo List app using Angular, TailWind and DaisyUi
### 🏠 [Homepage](https://todo-list-lucasvbr.vercel.app/)
![preview picture](preview.png)
## Author
@@ -27,4 +29,4 @@ Copyright © 2022 [LucasVbr](https://github.com/LucasVbr).<br />
This project is [MIT](https://spdx.org/licenses/MIT.html) licensed.
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 167 KiB