Skip to content

Commit 30d6c3f

Browse files
author
Cuong Duy Nguyen
committed
update README.md
1 parent 6243d16 commit 30d6c3f

3 files changed

Lines changed: 68 additions & 167 deletions

File tree

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 84 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 71 deletions
This file was deleted.

README.md

Lines changed: 68 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,68 @@
1-
# Ting Music
2-
About software:
3-
+ The software can play music with mp3, flac, wav files.
4-
+ Automatically find the lyrics and dislay it on the screen when you are listening to music.
5-
+ You can create playlists and add to your favourite songs.
6-
+ You can set time off Ting music.
7-
# Project Deverlop by
8-
- Vi Chí Thiện - 16521169
9-
- Nguyễn Duy Cương - 16520147
10-
- Nguyễn Ý Duy - 16520300
11-
# Instructors
12-
Huỳnh Tuấn Anh
1+
<h1 align="center">
2+
<br>Ting Music<br>
3+
</h1>
4+
5+
<h4 align="center">
6+
<a href="https://github.com/cuongw/ting-music" target="_blank"><code>A Music App</code></a> with C#.
7+
</h4>
8+
9+
<div align="center">
10+
<h4>
11+
<a href="#features">Features</a> |
12+
<a href="#install">Install</a> |
13+
<a href="#documents">Documents</a> |
14+
<a href="#bugs-and-issues">Bugs and Issues</a> |
15+
<a href="#team">Team</a> |
16+
<a href="#license">License</a>
17+
</h4>
18+
</div>
19+
20+
![Ting Music](https://user-images.githubusercontent.com/34389409/44379729-7e8dc180-a531-11e8-872b-f39f1767b3e3.png)
21+
22+
23+
## Features
24+
25+
* `Metro UI`.
26+
* `Search`, `sort` songs by artist, album, etc.
27+
* Automatically find the `lyrics`.
28+
* Create, delete, update `playlists`.
29+
* `Recent plays` and `now playing` features.
30+
* Set `time off`.
31+
32+
## Install
33+
34+
**1. Create a C# Windows Forms Application**
35+
36+
* Create a C# Windows Forms Project.
37+
* Add New Item to your application.
38+
39+
**2. Create a Setup Project**
40+
41+
* Add new project => setup and deployment => setup project.
42+
* Right Click on Setup project and Add project Output and select primary output from your main project.
43+
* Right Click on Setup project and Add project Output and select content files from your main project.
44+
* Select .Net Framework.
45+
* Select Windows Installer.
46+
* Select radio button Download prerequisites from the same location as my application.
47+
* Right Click on Users Desktop at left pane and add new Shortcut and select application folder, primary output from SampleApplication, and click ok and the rename the short cut to what you need.
48+
* Rebuild solution.
49+
* Rebuild Setup Project.
50+
* Go to Output directory of setup project and run setup.exe.
51+
52+
Enjoy 😍
53+
54+
## Documents
55+
56+
For help getting started with C#, view our online [documentation](https://docs.microsoft.com/en-us/dotnet/csharp/).
57+
58+
## Bugs and Issues
59+
60+
Have a bug or an issue with this project? [Open a new issue](https://github.com/cuongw/ting-music/issues) here on GitHub.
61+
## Team
62+
63+
| [![Cuong Duy Nguyen](https://github.com/cuongw.png?size=120)](https://github.com/cuongw) | [![Thien Chi Vi](https://github.com/tvc12.png?size=120)](https://github.com/tvc12) |
64+
| :---: | :---: |
65+
| [Cuong Duy Nguyen](https://github.com/cuongw) | [Thien Chi Vi](https://github.com/tvc12) |
66+
## License
67+
68+
Apache © [cuongw](https://github.com/cuongw) 🐢

0 commit comments

Comments
 (0)