https://github.com/akimuddinshaikh/leetspeaktranslator
ASP.NET MVC Project for Translation App
https://github.com/akimuddinshaikh/leetspeaktranslator
Last synced: about 1 month ago
JSON representation
ASP.NET MVC Project for Translation App
- Host: GitHub
- URL: https://github.com/akimuddinshaikh/leetspeaktranslator
- Owner: Akimuddinshaikh
- Created: 2025-05-05T09:25:57.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-05-05T09:25:58.000Z (about 2 months ago)
- Last Synced: 2025-05-05T10:24:54.777Z (about 2 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetSpeakTranslator
ASP.NET MVC Project for Translation AppProject Name: LeetSpeak Translator (ASP.NET MVC)
Overview:
This project allows users to input text and translate it to Yoda-speak using the FunTranslations API). It supports user registration/login, translation history, export to CSV, and is designed with clean MVC separation.Features Implemented:
- Text input + API translation
- ASP.NET Identity (login/register)
- Translation history with search/filter using DataTables
- CSV Export functionality
- AJAX-based translation
- SQL Server persistenceTech Stack:
- ASP.NET MVC 5
- C#
- SQL Server
- ADO.NET
- Entity Framework (Identity)
- jQuery, Bootstrap, DataTablesLinks
Homepage - http://localhost:xxxx/Translator
Translation History (with DataTable + Export) - http://localhost:xxxx/Translator/History
Register New User - http://localhost:xxxx/Account/Register
Login Existing User -http://localhost:xxxx/Account/LoginDeveloper Notes:
- Tested on IIS Express
- No hardcoded paths used
- Clean, modular structure for maintainabilitySubmitted by: Akimuddin Shaikh
Date: 05/05/2024