Skip to content

EnesAgir-7/Translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

The project

You will build a small full stack app with Django and React. The goal is to be able to use all CRUD operations in a simple webapp for the translation objects.
A translation object is a simple object consisting of the attributes:

Attribute Datatype
Id Integer
InputText String
OutputText String

UI

1

Create a new translation object

2

3

Update an existing translation

4

5

Delete a translation object

6

7