-
-Fork this repository by clicking on the fork button on the top of this page.
-This will create a copy of this repository in your account.
-
-
-
-Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the _copy to clipboard_ icon.
-
-Open a terminal and run the following git command:
-
-```
-git clone "url you just copied"
-```
-
-where "url you just copied" (without the quotation marks) is the url to this repository (your fork of this project). See the previous steps to obtain the url.
-
-> use SSH tab to copy proper URL
-
-
-
-For example:
-
-```
-git clone git@github.com:$USER/yew-components.git
-```
-
-where `$USER` is your GitHub username. Here you're copying the contents of the `yew-components` repository on GitHub to your computer.
-
-
-
-
-If you go to the project directory and execute the command `git status`, you'll see there are changes.
-
-Add those changes to the branch you just created using the `git add` command:
-
-```
-git add .
-```
-
-Now commit those changes using the `git commit` command:
-
-```
-git commit -m "$COMMENT"
-```
-
-replacing `$COMMENT` with appropriate description of your changes.
-
-### Push changes to GitHub
-
-Push your changes using the command `git push`:
-
-```
-git push origin
-
-Now submit the pull request.
-Do not forget to set develop branch for your pull request.
-
-
-
-
-## Where to go from here?
-
-Congrats! You just completed the standard _fork -> clone -> edit -> pull request_ workflow that you'll encounter often as a contributor!
-
-You can check more details in our **[detailed contribution guide](https://angular-rust.github.io/contributing/)**.
-
-You could join our gitter team in case you need any help or have any questions. [Join gitter team](https://gitter.im/angular_rust/community).
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
deleted file mode 100644
index bcf7cbf..0000000
--- a/CONTRIBUTORS.md
+++ /dev/null
@@ -1,10 +0,0 @@
-YEW Components contributors (sorted alphabetically)
-============================================
-
-* **[Victor Dudochkin](https://github.com/dudochkin.victor)**
-
- * Core development
-
-
-
-**[Full contributors list](https://github.com/angular-rust/yew-components/contributors).**
\ No newline at end of file
diff --git a/Cargo.toml b/Cargo.toml
deleted file mode 100644
index 14d25a8..0000000
--- a/Cargo.toml
+++ /dev/null
@@ -1,121 +0,0 @@
-[package]
-name = "ymc"
-version = "0.1.0"
-authors = ["Victor Dudochkin | { "Dessert" } | -{ "Carbs (g)" } | -{ "Protein (g)" } | -{ "Comments" } | -
|---|---|---|---|
| { "Frozen yogurt" } | -{ "24" } | -{ "4.0" } | -{ "Super tasty" } | -
| { "Ice cream sandwich" } | -{ "37" } | -{ "4.33333333333" } | -{ "I like ice cream more" } | -
| { "Eclair" } | -{ "24" } | -{ "6.0" } | -{ "New filing flavor" } | -