This repository contains the code for a student catalog application using TypeScript and JavaScript.
The Agile Student Catalog Group 4 project aims to provide a simple application for managing student data. The application allows users to view and manage lists of students, including their ID, name, age, and active status.
-
Clone the Repository:
git clone https://github.com/kippeves/Agile-studentcatalog-group4.git
-
Navigate to the Directory:
cd Agile-studentcatalog-group4 -
Install Dependencies:
npm install
-
Start the Development Server:
npm run dev
-
Access the Application:
Open a web browser and navigate to
http://localhost:5000. You should see the student catalog application.
We welcome contributions! To get started, follow these steps:
-
Fork the repository.
-
Create a new feature branch.
git checkout -b my-feature-branch
-
Make your changes and commit them.
git add . git commit -m "Add my new feature"
-
Push your changes to your fork.
git push origin my-feature-branch
-
Create a pull request on the original repository.
This project is licensed under the ISC license. See the [LICENSE] file for details.
Feel free to customize this README based on your specific requirements and add more sections as needed. If you have any questions or need further assistance, feel free to ask!