Generate Beautiful README.md

This commit is contained in:
Lucàs
2022-08-16 19:35:35 +02:00
parent 9d17f6e7a8
commit 06299d4e59
+20 -17
View File
@@ -1,27 +1,30 @@
# TodoList
<h1 align="center">Welcome to Todo List App 👋</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">
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" />
</a>
</p>
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.1.2.
> A Todo List app using Angular, TailWind and DaisyUi
## Development server
### 🏠 [Homepage](https://todo-list-lucasvbr.vercel.app/)
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
## Author
## Code scaffolding
👤 **LucasVbr**
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
* Github: [@LucasVbr](https://github.com/LucasVbr)
* LinkedIn: [@lucasvbr](https://linkedin.com/in/lucasvbr)
## Build
## Show your support
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
Give a ⭐️ if this project helped you!
## Running unit tests
## 📝 License
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
Copyright © 2022 [LucasVbr](https://github.com/LucasVbr).<br />
This project is [MIT](https://spdx.org/licenses/MIT.html) licensed.
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_