https://github.com/jeferson0993/angular-todo-app
This ToDo List is a Progressive Web App (PWA) builded with Angular and styled with Tailwind CSS. The app allows users to easily create, read, update and delete the tasks.
https://github.com/jeferson0993/angular-todo-app
angular pwa taiwlindcss
Last synced: 3 months ago
JSON representation
This ToDo List is a Progressive Web App (PWA) builded with Angular and styled with Tailwind CSS. The app allows users to easily create, read, update and delete the tasks.
- Host: GitHub
- URL: https://github.com/jeferson0993/angular-todo-app
- Owner: jeferson0993
- License: agpl-3.0
- Created: 2024-10-13T13:11:25.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-13T13:31:41.000Z (12 months ago)
- Last Synced: 2025-01-23T02:09:25.934Z (9 months ago)
- Topics: angular, pwa, taiwlindcss
- Language: TypeScript
- Homepage: https://angular-todo-pwa-app.web.app/
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
![]()
Angular todo
A simple Todo List PWA project made with Angular
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
## About The Project
This project is a Progressive Web App (PWA) built using Angular and styled with Tailwind CSS. The app allows users to easily create, read, update and delete the tasks. Designed with a minimalist approach, the app offers a clean user experience while taking advantage of PWA features such as offline functionality and the ability to install the app on mobile devices.
### Built With
This section lists some tecnologies used on this project.
[![Framework][angular]][angular-url] [![Css][tailwind]][tailwind-url]
## Getting Started
Instructions on setting up your project locally.
To get a local copy up and running follow these simple steps.### Prerequisites
Node.js
### Installation
- Node.js
- ( npm || pnpm || yarn )1. Clone the repo
```sh
git clone https://github.com/jeferson0993/angular-todo-app.git
```
1. Change git remote url to avoid accidental pushes to base project
```sh
git remote set-url origin github_username/repo_name
git remote -v # confirm the changes
```## Roadmap
- [ ] Add dark mode option
- [ ] Multi-language Support
- [ ] English
- [ ] SpanishSee the [open issues](https://github.com/jeferson0993/angular-todo-app/issues) for a full list of proposed features (and known issues).
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request### Top contributors:
## License
Distributed under the GNU Affero General Public License v3.0 License. See `LICENSE` for more information.
## Contact
Jeferson F Silva - [@jeferson0993](https://twitter.com/jeferson0993) - jeferson0993@gmail.com
Project Link: [https://github.com/jeferson0993/angular-todo-app](https://github.com/jeferson0993/angular-todo-app)
## Acknowledgments
Resources that i find helpful. I've included a few of my favorites to kick things off!
* [Angular Docs](https://angular.dev/)
* [Tailwind CSS](https://tailwindcss.com/docs)[contributors-shield]: https://img.shields.io/github/contributors/jeferson0993/angular-todo-app.svg?style=for-the-badge
[contributors-url]: https://github.com/jeferson0993/angular-todo-app/graphs/contributors[forks-shield]: https://img.shields.io/github/forks/jeferson0993/angular-todo-app.svg?style=for-the-badge
[forks-url]: https://github.com/jeferson0993/angular-todo-app/network/members[stars-shield]: https://img.shields.io/github/stars/jeferson0993/angular-todo-app.svg?style=for-the-badge
[stars-url]: https://github.com/jeferson0993/angular-todo-app/stargazers[issues-shield]: https://img.shields.io/github/issues/jeferson0993/angular-todo-app.svg?style=for-the-badge
[issues-url]: https://github.com/jeferson0993/angular-todo-app/issues[license-shield]: https://img.shields.io/github/license/jeferson0993/angular-todo-app.svg?style=for-the-badge
[license-url]: https://github.com/jeferson0993/angular-todo-app/blob/main/LICENSE[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/jeferson-silva-b68a56302[product-screenshot]: ./printscreen.jpg
[tailwind]: https://img.shields.io/badge/Tailwind%20CSS-1E90FF?style=for-the-badge&logo=tailwindcss&logoColor=white
[tailwind-url]: https://tailwindcss.com/docs[angular]: https://img.shields.io/badge/Angular-DD0031?style=for-the-badge&logo=angular&logoColor=white
[angular-url]: https://angular.dev/