An open API service indexing awesome lists of open source software.

https://github.com/ernanej/to-do_appsvelte

To-do app is a simple daily task listing system and was developed using the svelte framework.
https://github.com/ernanej/to-do_appsvelte

svelte svelte-components sveltejs to-do-app to-do-list

Last synced: 3 months ago
JSON representation

To-do app is a simple daily task listing system and was developed using the svelte framework.

Awesome Lists containing this project

README

        


To-Do App from Svelte


Technologies   |   
Project   |   
Use   




Todo-App Preview

## 🚀 Technologies

This application was developed with the following technologies:

- HTML 5
- CSS 3
- JavaScript
- Svelte
- Cypress

## 💻 Project


To-do app is a simple daily task listing system and was developed using the svelte framework. The purpose of this application is to help those who use it to organize their day-to-day tasks, however, its real objective was to help in the fixation of knowledge regarding the svelte framework as well as automated tests of interface with cypress.

## 💡 Use
### ✔ Try it
If you want to try it, click here to access the APP.

### ✔ Run the tests

- Clone the repository:

```bash
$ git clone https://github.com/ErnaneJ/To-Do_AppSvelte.git
```

- Install the dependencies

```bash
$ npm install
```
- Start a server on localhost

```bash
$ npm run dev
```
- Start cypress and select a test
```bash
$ ./node_modules/.bin/cypress open
```
##### * if you want to add some new test, add it to `./cypress/integration`. Make a pull request, I would love to receive your test, or even some other system improvement.
---


Developed with ❤ by Ernane Ferreira. 👋🏻

Project carried out in support of the company Real Seguro Viagem in its internship process.