Skip to content

AnastasiaVorton/mts-test-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple file converter app

React web-application for file conversion. Uses React library, webpack for building and dev server mocking, public file conversion API and Material component library + Styled Components library for UI.

Getting Started

To run this project on your local machine, clone this repo, switch to the main project folder and follow the instructions below.

Prerequisites

Make sure that Node is installed on your computer. If not, download it from the vendors website.

Installing

In the project folder make sure to run:

npm install

After all modules are installed you can run a development server and open the app in a browser by running:

npm start

Or build the project for production (files will be saved to dist directory):

npm build

Built With

Authors

Anastasiia Repryntseva - Innopolis University student

License

This project is licensed under the MIT License.

Notes about the project

  • The application is a test task for МТС internship
  • The deployed application can be viewed and tested here
  • For now the functionality of the app is rather small and not all the extensions are available for conversion. Some most common file extensions were used in the app. More are to be added in future versions.