picopub/README.md

66 lines
2.6 KiB
Markdown
Raw Normal View History

2020-09-16 17:37:28 +00:00
# Register with txt
2020-11-20 00:14:56 +00:00
📋 System is used to read and insert information in a txt file. It was created to exercise my new knowledge in PHP.
2020-09-16 17:37:28 +00:00
2020-08-20 10:45:35 +00:00
![](web-preview.gif)
2020-09-16 17:37:28 +00:00
2020-12-22 12:04:12 +00:00
<p align="center">
<img alt="PRs welcome!" src="https://img.shields.io/static/v1?label=PRs&message=WELCOME&style=for-the-badge&color=4A90E2&labelColor=222222" />
<img alt="Stars" src="https://img.shields.io/github/stars/gabrieldejesus/register-with-txt?color=4A90E2&label=STARS&logo=3C424B&logoColor=3C424B&style=for-the-badge&labelColor=222222" />
2020-11-20 00:14:56 +00:00
2020-12-22 12:04:12 +00:00
<img alt="Forks" src="https://img.shields.io/github/forks/gabrieldejesus/register-with-txt?color=4A90E2&label=FORKS&logo=3C424B&logoColor=3C424B&style=for-the-badge&labelColor=222222" />
2020-09-16 17:37:28 +00:00
2020-12-22 12:04:12 +00:00
<img alt="Issues" src="https://img.shields.io/github/issues/gabrieldejesus/register-with-txt?color=4A90E2&label=ISSUES&logo=3C424B&logoColor=3C424B&style=for-the-badge&labelColor=222222" />
2020-09-16 17:37:28 +00:00
2020-12-22 12:04:12 +00:00
<img alt="GitHub license" src="https://img.shields.io/github/license/gabrieldejesus/register-with-txt?color=4A90E2&label=LICENSE&logo=3C424B&logoColor=3C424B&style=for-the-badge&labelColor=222222" />
2020-09-16 17:37:28 +00:00
2020-12-22 12:04:12 +00:00
<a href="https://github.com/gabrieldejesus">
<img alt="Follow gabrieldejesus" src="https://img.shields.io/static/v1?label=Follow&message=gabrieldejesus&style=for-the-badge&color=4A90E2&labelColor=222222" />
</a>
</p>
2020-09-16 17:37:28 +00:00
2020-12-22 12:04:12 +00:00
## 🛠 Getting started
2020-11-20 00:14:56 +00:00
Windows:
2020-12-22 12:04:12 +00:00
You can clone the repository through CMD (Command Prompt) just by typing:
2020-11-20 00:14:56 +00:00
```sh
2020-12-22 12:04:12 +00:00
git clone https://github.com/gabrieldejesus/register-with-txt
2020-11-20 00:14:56 +00:00
```
2020-12-22 12:04:12 +00:00
or download the zip from the green button at the beginning of the repository
2020-11-20 00:14:56 +00:00
2020-12-22 12:04:12 +00:00
<img src="https://i.ibb.co/3mLnKMH/clone.png" alt="Download zip" border="0">
2020-11-20 00:14:56 +00:00
2020-12-22 12:04:12 +00:00
<img src="https://i.ibb.co/3M5CXKm/clone-zip.png" alt="Download zip" border="0">
2020-11-20 00:14:56 +00:00
2020-12-22 12:04:12 +00:00
## 🗃 Release history
2020-11-20 00:14:56 +00:00
2020-12-22 12:04:12 +00:00
- 0.1.0
- Project finalized and studying the possibility of adding new resources
- The first suitable lauch
- 0.0.1
- Work in progress
2020-11-20 00:14:56 +00:00
## 📝 Meta
2020-12-22 12:04:12 +00:00
Gabriel de Jesus [My portfolio](https://gabrieldesenvolvedor.com) devgabrieldejesus@gmail.com
2020-11-20 00:14:56 +00:00
2020-12-22 12:04:12 +00:00
Distributed under the MIT License. See [LICENSE](LICENSE) for more information.
2020-11-20 00:14:56 +00:00
2020-12-22 12:04:12 +00:00
[https://github.com/gabrieldejesus/register-with-txt](https://github.com/gabrieldejesus)
2020-11-20 00:14:56 +00:00
2020-12-22 12:04:12 +00:00
## 🚀 Contribution
2020-11-20 00:14:56 +00:00
2020-12-22 12:04:12 +00:00
1. Make the _fork_ of the project (<https://github.com/gabrieldejesus/register-with-txt/fork>)
2. Create a _branch_ for your modification (`git checkout -b my-new-resource`)
3. Do _commit_ (`git commit -am 'Adding a new resource ...'`)
4. _Push_ (`git push origin my-new-feature`)
5. Create a new _Pull Request_
**After your pull request is merged**, you can safely delete your branch.
---