From c63a5eeadfc29aed0a723bcd32173686452ed25b Mon Sep 17 00:00:00 2001 From: harshitagra <35227526+harshitagra@users.noreply.github.com> Date: Thu, 17 Oct 2019 23:16:07 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aabdffc..d9760b6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Distribution +# distribution A Distributed System for Sharing files similar to Bittorent with some added functionalities. -## Basic Features: +## basic Features: 1. A user account to which each user can log into and create his profile and can share content with others. 2. A dashboard for the user showing the files he has downloaded or shared, the number of people who have downloaded the files he/she has shared. 3. While sharing a file the user should be able to define what kind of fileit is. @@ -11,7 +11,7 @@ A Distributed System for Sharing files similar to Bittorent with some added func 8. Create an interface where the user can search for different kinds of files 9. Create a user interface where users can search a file using the file title/name. -## Advanced Features: +## advanced Features: 1. File shared by the user can have multiple tags like a movie shared by a user can have tags like action, fantasy etc., a book shared by a user can have tags like ML, coursebook etc. 2. Create a search utility where the user can view files and search files using various other parameters like file type Document, Video, Song,Movie etc.), tags etc. 3. For a file (or a part of a file) which is stored on multiple nodes, downloads for that file should occur parallelly from all those nodes which are online and which have a part of that file. @@ -21,7 +21,7 @@ A Distributed System for Sharing files similar to Bittorent with some added func 7. A user who has still not downloaded the whole file (but has some part of it ) can have other users downloading that part of the file from his node. -## Contributors: +## contributors: * [Suraj Goel](http://www.github.com/suraj-goel) * [Anuj Modi](http://www.github.com/descifrado)