-
The goal of this project is to improve upon TDK Dictionary (Official Online Turkish Dictionary) by adding new features such as client-side routing and enhancing the user interface.
-
It uses TDK Dictionary API to render the definitions of the words.
-
Client-Side Routing
-
Dark-Light Mode
-
Different Font Options
-
Caching
-
Better and Simple Design and Animations
- There won't be any further improvement in this project. However, I'm planning to create a brand new dictionary website by building both the backend using Node.js and Prisma or maybe .NET and the frontend using Next.js with additional features! I might be able to build the whole dictionary using only Next.js and Prisma though, I've not decided yet.
- You can open issues if you see any bugs though. I'll be trying to fix them if so.
- The new project will be open source as well, so I'd be happy if you help me!
This project was generated with Angular CLI version 16.0.2.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.