This is the first pwa i'm making which i plan to finish in a day.
Application Objective :
Create a trailing story game - one person begins the story, the next person continues and so on.
Project Structure:
Main page : List page
This will contain the list of all story trails the user is a part of.
Working page:
This page will have all the paras written by everyone followed by a textbox which will be the users additionto thestory.
Database (Mongo DB):
Database Structure :
Users:
List pf all users:
Users will have the following parameters:
- Name (str)
- Age (int)
- Skill level (int)
- Trails (array of _ids)