From 7039c05a9e593f3864af077062126b77e63406ad Mon Sep 17 00:00:00 2001 From: suubh Date: Wed, 7 Oct 2020 02:15:01 +0530 Subject: [PATCH] Added the ClassNotes App --- Projects/1-Beginner/ClassNotes-App.md | 36 +++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Projects/1-Beginner/ClassNotes-App.md diff --git a/Projects/1-Beginner/ClassNotes-App.md b/Projects/1-Beginner/ClassNotes-App.md new file mode 100644 index 00000000..4872ab6d --- /dev/null +++ b/Projects/1-Beginner/ClassNotes-App.md @@ -0,0 +1,36 @@ +# ClassNotes App + +**Tier:** 1-Beginner + +The Classnotes application is for all category of students .Focused +more on college students . It is a great app for last time notes . +Beginner can either create a web app or an mobile application . + +The objective of the ClassNotes app is sharing and downloading +notes of all subjects . It can be very efficient ,if a well backend +is used . + +## User Stories + +- [ ] User can share and download other students class notes. +- [ ] User can rate the notes of the other students . + +## Bonus features + +- [ ] User those who are in colleges ,can share their projects. +- [ ] User can ask for help in the Help Section . +- [ ] User can share links in the home feed. +- [ ] User can download according to the rating provided by other + users. + + +## Useful links and resources + +There are many resources for web apps ,look for react resource [React](https://github.com/suubh/30-Days-Of-React) and for backend +can opt for your area of knowledge. + +## Example projects + +[CodeClass](https://suubh.github.io/CodeClass/templates/index.html) + +