/react-web-file-system

A react implementation to mimic the file system of Windows/ misc. OS

Primary LanguageJavaScript

React Web File System

A project to mimic the file system with option to create and delete.

Setting Up

Pre-requisite

Please make sure your machine has following bare minimum necessary items installed before executing the project.

  • Node (Minimum version: v10)
  • Yarn

Setup Command

  • yarn install This will install all the dependencies in your local file system.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.