Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miguelitodev/uiclone-dropbox

Dropbox is a service for storing and sharing files. It is based on the concept of "cloud computing". It belongs to Dropbox Inc., based in San Francisco, California, USA. The company that developed the program provides computer centers that store its customers' files.
https://github.com/miguelitodev/uiclone-dropbox

css dropbox html js react reactjs styled-components ts typescript

Last synced: 6 days ago
JSON representation

Dropbox is a service for storing and sharing files. It is based on the concept of "cloud computing". It belongs to Dropbox Inc., based in San Francisco, California, USA. The company that developed the program provides computer centers that store its customers' files.

Awesome Lists containing this project

README

        


UI Clone Dropbox


Demo ➤

UI Clone Dropbox


Github top language

Github language count

Repository size

License

Github issues

Github forks

Github stars


## :dart: About

Dropbox is a service for storing and sharing files. It is based on the concept of "cloud computing". It belongs to Dropbox Inc., based in San Francisco, California, USA. The company that developed the program provides computer centers that store its customers' files.

## :rocket: Technologies

The following tools were used in this project:

- [React](https://pt-br.reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)

## :white_check_mark: Requirements

Before starting :checkered_flag:, you need to have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed.

## :checkered_flag: Starting

```bash
# Clone this project
$ git clone https://github.com/miguelrisquelme/uiclone-dropbox.git

# Access
$ cd uiclone-dropbox

# Install dependencies
$ yarn install

# Run the project
$ yarn start

# The server will initialize in the
```

## :memo: License

This project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.

Made with :heart: by Miguel Riquelme

 

Back to top