An open API service indexing awesome lists of open source software.

https://github.com/kgoksal/listing-people-angularjs

A simple student management application built with AngularJS. It allows users to add, view, and delete students’ details including name, address, city, state, and country.
https://github.com/kgoksal/listing-people-angularjs

Last synced: 4 months ago
JSON representation

A simple student management application built with AngularJS. It allows users to add, view, and delete students’ details including name, address, city, state, and country.

Awesome Lists containing this project

README

        

# Student Management Website

This is a simple student management application built using AngularJS. It allows users to add, view, and delete students. The app is designed to help manage a list of students with details like first name, last name, address, city, state, and country.

## Features
- Add a new student with details (First Name, Last Name, Address, City, State, Country).
- View a list of all added students.
- Delete students from the list.

## Technologies Used
- **AngularJS**: Framework for dynamic single-page applications.
- **HTML**: For structuring the webpage.
- **CSS**: For styling the application.

## Installation
1. Download or clone the repository
2. Open the `fourthlesson.html` file in your browser to run the application locally.
3. Optionally, you can host the files on a local web server or Tomcat server for further testing.

## Usage
- Enter student details in the form and click "Add".
- The student will appear in the list below.
- You can click the "Delete" button next to any student to remove them from the list.