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.
To run this project on your local machine, clone this repo, switch to the main project folder and follow the instructions below.
Make sure that Node is installed on your computer. If not, download it from the vendors website.
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
- React JS - library used for building user interface
- Webpack - bundling and building
- Material UI - React component library that implements Material Design
- Styled components - library for component styling
Anastasiia Repryntseva - Innopolis University student
This project is licensed under the MIT License.
- 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.