A Reminder Application using JavaScript, HTML, and SCSS
Email id : hegde.kru@northeastern.edu
npx create-react-app course-app npm install --save sass
As a user, I should be able to see all Reminder items fetched using a REST API (from Assignment 9). As a user, I should be able to click a Reminder item and able to see its detailed view. As a user, I should be able to open add a new Reminder item view by clicking the add button. As a user, I should be able to add a Reminder item by entering the title, detail, and date time. As a user, I should be able to close a Reminder item as complete. Technical Requirements:
Use fetch API to fetch data from the Nodejs server from Assignment 9. The assignment should use SCSS for CSS. The assignment should use create-react-app for building the project. React features like props, state, and effects should be used. No JavaScript libraries should be used for this assignment.