Skip to content

Commit

Permalink
Merge pull request #3 from ricardocardoso-dev/ricardocardoso-dev-patc…
Browse files Browse the repository at this point in the history
…h-1-1

Update README.md
  • Loading branch information
ricardocardoso-dev committed Sep 24, 2023
2 parents b1af49a + f18a448 commit e4292e3
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,34 @@
## pokedex
[![GitHub license](https://img.shields.io/github/license/ricardocardoso-dev/pokedex?color=brightgreen)](https://github.com/ricardocardoso-dev/pokedex/blob/main/LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/ricardocardoso-dev/pokedex?color=brightgreen)](https://github.com/ricardocardoso-dev/pokedex/issues)
[![GitHub stars](https://img.shields.io/github/stars/ricardocardoso-dev/pokedex?color=brightgreen)](https://github.com/ricardocardoso-dev/pokedex/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/ricardocardoso-dev/pokedex?color=brightgreen)](https://github.com/ricardocardoso-dev/pokedex/network)
[![GitHub last commit](https://img.shields.io/github/last-commit/ricardocardoso-dev/pokedex?color=brightgreen)](https://github.com/ricardocardoso-dev/pokedex/commits/main)
[![deployment](https://github.com/ricardocardoso-dev/pokedex/actions/workflows/pages/pages-build-deployment/badge.svg?branch=master)](https://ricardocardoso-dev.github.io/pokedex/)

## Introduction
<p>Project proposed by the channel @DevEmDobro, aiming to introduce the concepts of HTML, CSS and JavaScript, through the development of a static PokeDex</p>

[![deployment](https://github.com/ricardocardoso-dev/pokedex/actions/workflows/pages/pages-build-deployment/badge.svg?branch=master)](https://ricardocardoso-dev.github.io/pokedex/)

## Technologies Used

<h3>Front-End</h3>
<a href=""><img src="https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white" target="_blank"></a>
<a href=""><img src="https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white" target="_blank"></a>
<a href=""><img src="https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E" target="_blank"></a>

## Contributing

1. Fork the repository
2. Create a new branch (`git checkout -b feature/your-feature`)
3. Commit your changes (`git commit -m 'Add some feature'`)
4. Push to the branch (`git push origin feature/your-feature`)
5. Open a Pull Request


## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

The MIT License is a permissive open-source license that allows you to use, modify, and distribute this software for both commercial and non-commercial purposes. You should include the full text of the MIT License in a file named `LICENSE` in your repository.



0 comments on commit e4292e3

Please sign in to comment.