Issues MIT License


Logo

Login System Client

A simple client to sign-in in an API, and manage internal data.
Explore the docs »

Report Bug · Request Feature

Table of Contents

About The Project

When it comes to learn a new technology, the best way for me is creating something, even that what I'm building already exists. This is the reason this project was created, I wanted to learn about svelte and my wife wanted to learn about Rest API's. So we put together some ideas and this project came up. If you want check out the backend you can follow this link.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • node

You can follow the installation guide from the official documentation here

  • npm
npm install npm@latest -g

Installation

  1. Clone the repo
git clone https://github.com/samuelsilvadev/login-system-client-svelte.git
  1. Install NPM packages
npm install
  1. Create an .env file
cp .env.sample .env
  1. Update the API_BASE value in the .env file
API_BASE=https://api.login-system.com/

Contributing

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

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/something-amazing)
  3. Commit your Changes (git commit -m 'feat: Add something amazing')
  4. Push to the Branch (git push origin feature/something-amazing)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Samuel Silva - @samuelsilvadev - samuelsilvawb@gmail.com

Project Link: https://github.com/samuelsilvadev/login-system-client-svelte

Acknowledgements