Skip to content

Bloodw1n/exel-from-scratch

Repository files navigation


Logo

Custom simple Excel

Excel from scratch on pure JS
View Demo

Built With

JavaScript Custom-framework Custom-state-management Custom-routing
OOP-principles SOLID Principles Jest SASS Webpack NPM ESLint

Getting Started

Installation

  1. Get a free githubtoken
  2. Clone the repo (or clone the repo in some other way)
git clone https://<username>:<githubtoken>@github.com/<username>/exel-from-scratch.git
  1. Install NPM packages
npm install
  1. Run tests
npm run test
  1. Build the project
npm run build
  1. Run the project
npm run start

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".

Don't forget to give the project a star! Thanks again!

  1. Fork the Project

  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)

  3. Commit your Changes (git commit -m 'Add some AmazingFeature')

  4. Push to the Branch (git push origin feature/AmazingFeature)

  5. Open a Pull Request