Skip to content

vivienfan/csbc1010-notes-app-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSBC1010 Assigment 3 Client App - Notes

- Important: you do not need to modify anything in this repo.

This is the Presentation Tier for a simple Notes app. Built in React,js, where users can:

  1. View all notes with notes’ content, creation date and last modified date,
  2. Create a new note,
  3. Update an existing note,
  4. Delete an existing note,
  5. Search notes by note content,
  6. Bulk delete all existing notes

Steps to setup:

  1. Clone this repo
git clone https://github.com/vivienfan/csbc1010-notes-app-client.git
  1. Install dependencies
npm i
  1. Run the app
npm start
  1. You now can access the client app on your browser at http://localhost:3000/
  • If the above link does not work as expected, please contact me.

Dependencies

Related Project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.9%
  • CSS 24.2%
  • HTML 16.6%
  • Shell 0.3%