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.
- Host: GitHub
- URL: https://github.com/ernanej/to-do_appsvelte
- Owner: ErnaneJ
- Created: 2021-06-06T01:44:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-22T20:59:30.000Z (about 4 years ago)
- Last Synced: 2025-02-05T18:59:11.794Z (5 months ago)
- Topics: svelte, svelte-components, sveltejs, to-do-app, to-do-list
- Language: JavaScript
- Homepage: https://to-do-svelte.netlify.app/
- Size: 273 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To-Do App from Svelte
Technologies |
Project |
Use
![]()
## 🚀 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.