aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 7ba2a5039b0b093c940ca4d62e0c5a2514e81970 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!-- PROJECT SHIELDS -->
<!--
*** I'm using markdown "reference style" links for readability.
*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).
*** See the bottom of this document for the declaration of the reference variables
*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.
*** https://www.markdownguide.org/basic-syntax/#reference-style-links
-->
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
<!-- [![LinkedIn][linkedin-shield]][linkedin-url] -->



<!-- PROJECT LOGO -->
<br />
<p align="center">
  <a href="https://github.com/8cy/wallet">
    <img src="images/logo.png" alt="Logo" width="80" height="80">
  </a>

  <h3 align="center">Wallet.</h3>

  <p align="center">
    A JavaScript Creation.
    <br />
    <a href="https://github.com/8cy/wallet"><strong>Explore the docs »</strong></a>
    <br />
    <br />
    <a href="http://forward.s1n.pw/wallet">View Demo</a>
    ·
    <a href="https://github.com/8cy/wallet/issues">Report Bug</a>
    ·
    <a href="https://github.com/8cy/wallet/issues">Request Feature</a>
  </p>
</p>



<!-- TABLE OF CONTENTS -->
## Table of Contents

* [About the Project](#about-the-project)
* [Contributing](#contributing)
* [License](#license)
* [Contact](#contact)
* [Acknowledgements](#acknowledgements)



<!-- ABOUT THE PROJECT -->
## About The Project

Wallet is a simple JavaScript creation to animate a sprite.

A list of commonly used resources that I find helpful are listed in the acknowledgements.

<!-- CONTRIBUTING -->
## Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.

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



<!-- LICENSE -->
## License

Distributed under the MIT License. See [`LICENSE`](./LICENSE) for more information.



<!-- CONTACT -->
## Contact

s1nical - [@s1nical](https://twitter.com/your_username) - [email protected]

Project Link: [https://github.com/8cy/wallet](https://github.com/8cy/wallet)



<!-- ACKNOWLEDGEMENTS -->
## Acknowledgements
* [Amazon Web Services (AWS)](https://aws.amazon.com/)





<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
[contributors-shield]: https://img.shields.io/github/contributors/8cy/wallet.svg?style=flat-square
[contributors-url]: https://github.com/8cy/wallet/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/8cy/wallet.svg?style=flat-square
[forks-url]: https://github.com/8cy/wallet/network/members
[stars-shield]: https://img.shields.io/github/stars/8cy/wallet.svg?style=flat-square
[stars-url]: https://github.com/8cy/wallet/stargazers
[issues-shield]: https://img.shields.io/github/issues/8cy/wallet.svg?style=flat-square
[issues-url]: https://github.com/8cy/wallet/issues
[license-shield]: https://img.shields.io/github/license/8cy/wallet.svg?style=flat-square
[license-url]: https://github.com/8cy/wallet/blob/master/LICENSE.txt
<!--
*** [linkedin-shield]: https://img.shields.io/github/stars/8cy/wallet.svg?style=flat-square
*** [linkedin-url]: https://linkedin.com/in/othneildrew
*** [product-screenshot]: images/screenshot.png
-->