Skip to content

code-qkin/Team_Buffalo2w

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chunk File

Project Description

Chunk File is a web platform that accepts CSV or JSON files of large sizes, and then breaks them down into smaller chunks or bits. Chunk file also maintains the right format to match the uploaded file format.

The design of this project was done using Figma and built with HTML, CSS and JavaScript(ES6+).

Documentation

Here's a link to the project documentation. The project documentation gives an idea on how to make use of the platform to break down those large files into smaller chunks.

This documentation also includes the wireframe and moodboard for the project.

Features

User: unauthenticated

On the platform, users that are not signed in are restricted on the features they can access and these features are:

  • Visit the Chunk file website and obtain more information about the platform
  • View and interact with the documentation
  • Register to know more/get more details

Limitiation is that there is no use access until they are registered.

User: authenticated

As for users that are signed in, these are the features that are accessible to them:

  • Full platform access
  • Limiting chunk size
  • Ability to upload multiple file formats for chunking
  • Chunk file, and propose a properly formatted result
  • Save data for download at a later time-

Getting Started

You can get started with Chunk File immediately on the Chunk File website.

Contributing

If you find a new feature, that you believe would make this project better, kindly use these steps to contribute to the project:

  • First, fork the repo to your personal github account
  • Then, clone the forked repo on your local machine/computer
  • Create a feature branch where you make/implement the new, wonderful feature (git checkout -b feature/AmazingFeature)
  • Commit and Push your changes to your feature branch (git commit -m 'Add some AmazingFeature') (git push origin feature/AmazingFeature)
  • Make a PR with a proper description about the new feature, you could attach images for better understanding

License

Distributed under the MIT License. See LICENSE.txt for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 51.7%
  • HTML 43.8%
  • JavaScript 4.5%