List view
Soon, we will use the ReactJs framework to re-build this App.
No due dateCurrently, all data, ie links to all resources and information on the MVPs are being stored in the html documents, making the documents clustered and not easily maintainable. A database folder will be created to house the json files containing all the links and other useful data that can be removed on the pages. JavaScript modules would either be used to import the data from the json files or the files would be hosted on Heroku and imported. - [ ] Create a database folder containing json files named to correspond to the pages they are meant for. - [ ] Move all links and other useful data that can be moved from the html pages to the json files whose name corresponds to it. - [ ] Refactor the files.
No due date•2/2 issues closed