Giter VIP home page Giter VIP logo

locker-project-1's Introduction

File Management operations

Project and developer details

First Assessment, Company Lockers Pvt. Ltd. Project objective:

  • As a Full Stack Developer, complete the features of the application by planning the development in terms of sprints and then push the source code to the GitHub repository. As this is a prototyped application, the user interaction will be via a command line.

Full stack Java developer:

Sprints

In each sprint create a reasonable product. Design product paradigm, design modules, integrate modules and test.

Sprint planning with Product Owner, Scrum Master and Development Team. Daily Scrum to discuss and evaluate the progress.

Sprint Features Description
1 list Files option will return the current file names in ascending order.
2 create File Add a file to the existing directory list
2 delete File Delete a user specified file from the existing directory list
2 search File Search a user specified file from the main directory
3 Close Application There should be a third option to close the application

FlowChart

App Screenshot

Core concepts used in the project

The core concepts used in this project is mainly file handling using the following syntex to make file object and access it for implementing different functionality

  File file = new File("file-name");
  • the option will return the current file names in ascending order. will use sort as there Array method.

  • Add a file to the existing directory list will use createNewFile as there File method.

  • Delete a user specified file from the existing directory list will use delete as there File method.

  • Search a user specified file from the main directory will use exists as there File method.

Configure

  • Clone this repository
  • Run as Java Application
  • this code is written in linux machine therefor change file path wherever required from:
  File file = new File( (System.getProperty("user.dir") ) + "/" + fileToBeDeleted );
  • to: (if using OS other then linux )
  File file = new File( (System.getProperty("user.dir") ) + "\\" + fileToBeDeleted );

You must use the following:

Eclipse/IntelliJ: An IDE to code for the application

Java: A programming language to develop the prototype

Git: To connect and push files from the local system to GitHub

GitHub Repo Link: https://github.com/Devamparikh/Locker-Project-1.git

GitHub: To store the application code and track its versions

Scrum: An efficient agile framework to deliver the product incrementally

Search and Sort techniques: Data structures used for the project

Specification document: Any open-source document or Google Docs

List of core concepts Array lists Collections Exception handling Bubble sort Printwriter Array FileIO operations File handlers/functions

Unique Selling Points

Usage of UI/UX interface Regular expression for validation Binary search to search for a file based on list number Use distributed modules. Stored procedures to reuse the code Connect with database to implement on multiple devices

locker-project-1's People

Contributors

devamparikh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.