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.
- Host: GitHub
- URL: https://github.com/kgoksal/listing-people-angularjs
- Owner: KGoksal
- Created: 2025-02-01T19:19:16.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-03T10:19:21.000Z (4 months ago)
- Last Synced: 2025-02-04T10:12:04.051Z (4 months ago)
- Language: HTML
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.