An open API service indexing awesome lists of open source software.

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.

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]





printscreen

Angular todo


A simple Todo List PWA project made with Angular


Explore the docs »




View Demo
·
Report Bug
·
Request Feature


Table of Contents



  1. About The Project



  2. Getting Started


  3. Roadmap

  4. Contributing

  5. License

  6. Contact

  7. Acknowledgments

## 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.

(back to top)

### Built With

This section lists some tecnologies used on this project.

[![Framework][angular]][angular-url] [![Css][tailwind]][tailwind-url]

(back to top)

## 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
```

(back to top)

## Roadmap

- [ ] Add dark mode option
- [ ] Multi-language Support
- [ ] English
- [ ] Spanish

See the [open issues](https://github.com/jeferson0993/angular-todo-app/issues) for a full list of proposed features (and known issues).

(back to top)

## 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:


contrib image

(back to top)

## License

Distributed under the GNU Affero General Public License v3.0 License. See `LICENSE` for more information.

(back to top)

## 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)

(back to top)

## 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)

(back to top)

[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/