Skip to content

kruthish18/ReminderApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

A Reminder Application using JavaScript, HTML, and SCSS

Full Name : Kruthi Shankar Hegde

NUID : 002618976

A Reminder Application using JavaScript, HTML, and SCSS

React Reminder app

Create a simple Nodejs/Express REST API for a simple to-do app.

Important Commands

npx create-react-app course-app npm install --save sass

User Requirements:

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:

The goal of this assignment is to learn about Reactjs.

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.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published