Tip Calculator created with Svelte
About | Technologies | Getting started | License
Splitter was created to solve a layout challenge in Frontend Mentor, as an additional challenge, I decided to build the application using Svelte, a web framework that I didn't know until then
This app features all the latest tools and practices in web development!
- Svelte — A lib that provides a way to create native apps for Android and iOS
- Javascript - A program language
- HTML - Hypertext Markup Language
- CSS - Cascading Style Sheet
- Clone this repo with
git clone https://github.com/calebesg/splitter.git
- Move yourself to the splitter directory:
cd splitter
- Run
yarn
ornpm install
to install all dependencies - Run
npm start
to start project
This project is licensed under the MIT License - see the LICENSE page for details.