Skip to content

User manager application to practice CRUD operations.

Notifications You must be signed in to change notification settings

arun-projects/User-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

User Manager

In this project we will be creating a user manager application using the front end created for you here. Your job is to make the functionality work as follows:

  • Display all users on index.html.
  • When the form in the add user modal is filled out and submitted, add the user and display the updated users on the index page.
  • Show an edit form for a specific user when the edit button is clicked. The template for this is edit.html.
  • Bonus: Implement a delete button on the edit page.

About

User manager application to practice CRUD operations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages