Skip to content

Short weekend coding challange, build from Digiti.be 's design.

Notifications You must be signed in to change notification settings

NielsPeeters/projectify-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projectify tool

Intro

Designs provided by Digiti.be

Given a Figma design I converted the design in a (semi) responsive front-end layout with future integrations in mind. Since the designs heavily indicated the project being an application I chose for the React library. React allows us to quickly create a proof of concept from design and easily allows us to expand the application later by adding react-router-dom and/or state management libraries.

Screenshots

Vertical preview Horizontal preview

Starting the project

🖥 Running the application


git clone https://github.com/NielsPeeters/projectify-tool.git
cd projectify-tool
yarn
yarn start

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.

🧪 Testing

⚠️ No tests written yet

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

🛠 Building

yarn build builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Todo

  • List Item progressbar
    • get box size & interpolate it to fill
  • Promise mock data loading
  • Revert inbox date order

About

Short weekend coding challange, build from Digiti.be 's design.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published