Git Product home page Git Product logo

fancee-dashboard's Introduction

Fancee dashboard

License: MIT peerDependencies Status devDependency Status

Fancee is an old (2017 design work) but fancy design system built on top of the latest version of bootstrap. It's released under MIT which means you can do whatever you want with it. You can use it for your personal projects, client projects or you can sell it, there are no limitations.

Website Preview

Story: Fancee is a part of a failed side project. Long story short, I lost my interest in the project and everything fell apart. To pursue the initial idea of the project (which was to help other developers ship things faster) and to keep the project alive, I decided to refactor Fancee and release it for free. The version you're currently viewing is a stripped down version. More components will be added as they get refactored.

Installation

Before anything else, make sure nodejs and npm are installed on your machine. If not, follow these instructions and then proceed with the next steps:

git clone https://github.com/alexandonie/fancee-dashboard
cd fancee-dashboard
npm run install

Running

The project is now on your machine and all the dependencies should be installed. All that's left to do is to fire up the project. You can do that my running the command:

npm run dev

This will run the project in development mode. It will start a local dev server, it will generate source maps and everything that's required for a modern front-end development environment.

If you want to get the project production ready, then all you have to do is to run:

npm run build

This will bundle up and optimize all of your code, it will rename all of your assets for cache busting (among other things) and will place everything in a dist directory at the root level of the project.

File structure

fancee-dashboard
├── config
├── dist
├── src
│   ├── images
│   ├── scripts
│   ├── styles
│   ├── views
│   └── index.js
├── .babelrc
├── .eslintrc
├── .gitignore
├── LICENSE
├── package-lock.json
├── package.json
├── postcss.config.js
└── README.md

Contributing

Everyone is welcome to contribute. If you want to add, change or fix something, please submit a PR. All the good stuff will get merged ASAP.

Author

Designed and coded by me 😁

License

The code is available under the MIT license.

fancee-dashboard's People

Contributors

alexandonie avatar

Watchers

James Cloos 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.