https://github.com/atumv/translate-dnd
Drag and drop translate application.
https://github.com/atumv/translate-dnd
json-server react react-animations styled-components typescript
Last synced: 2 months ago
JSON representation
Drag and drop translate application.
- Host: GitHub
- URL: https://github.com/atumv/translate-dnd
- Owner: atumv
- Created: 2021-12-11T14:40:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-09T10:25:02.000Z (over 3 years ago)
- Last Synced: 2025-03-02T11:33:41.148Z (3 months ago)
- Topics: json-server, react, react-animations, styled-components, typescript
- Language: TypeScript
- Homepage: https://atumv.github.io/translate-dnd
- Size: 955 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Translate App

Pretty simple drag and drop translate application built with React & TypeScript.
The project is based on [`Create React App`](https://github.com/facebook/create-react-app).
You can see the live demo [here](https://atumv.github.io/translate-dnd).
## Libraries used
- [`react`](https://www.npmjs.com/package/react)
- [`typescript`](https://www.npmjs.com/package/typescript)
- [`styled-components`](https://www.npmjs.com/package/styled-components)
- [`react-animations`](https://www.npmjs.com/package/react-animations)
- [`json-server`](https://www.npmjs.com/package/json-server)## Installation and running
1. Clone the repo: `git clone https://github.com/atumv/translate-dnd.git`
2. Change directory: `cd translate-dnd`
3. Install dependencies: `npm i`Then you can start the app with `npm run start`.
Server is running at http://localhost:3000/.## Shortcut
```sh
git clone https://github.com/atumv/translate-dnd.git && cd translate-dnd && npm i && npm start
```