Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evp8/51-grupe-todo
https://github.com/evp8/51-grupe-todo
css3 dom html5 student-project
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/evp8/51-grupe-todo
- Owner: EvP8
- Created: 2024-08-29T06:00:58.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-05T08:10:52.000Z (5 months ago)
- Last Synced: 2024-11-11T12:43:48.090Z (2 months ago)
- Topics: css3, dom, html5, student-project
- Language: HTML
- Homepage: https://evp8.github.io/51-grupe-todo/
- Size: 552 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)
![Gluten Status](https://img.shields.io/badge/Gluten-Free-green.svg)
![Eco Status](https://img.shields.io/badge/ECO-Friendly-green.svg)
[![Discord](https://discord.com/api/guilds/571393319201144843/widget.png)](https://discord.gg/dRwW4rw)# ToDo APP
website design project
## ๐ About
This project is for educational porpuses only. Pull request are welcome, but priority for project authors! Thank you for your cooperation!
Site published at: https://evp8.github.io/51-grupe-todo
Design: _none_
## ๐ฏ Project features/goals
- Github pages
- icons (FontAwesome, ReactIcons)
- Favicon
- responsive design
- DOM (document object model)
- Google Fonts
- OOP (Object Oriented Programming)
- localStorage
- JS event listeners## ๐งฐ Getting Started
### ๐ป Prerequisites
Node.js - _download and install_
```
https://nodejs.org
```Git - _download and install_
```
https://git-scm.com
```### ๐ Run locally
Would like to run this project locally? Open terminal and follow these steps:
1. Clone the repo
```sh
git clone https://github.com/EvP8/51-grupe-todo.git
```
2. Install NPM packages
```sh
npm i
```
or
```sh
npm install
```
3. Run the server
```sh
npm run dev
```### ๐งช Running tests
There is no tests for this project.
## ๐ Authors
Rimantas: [Github](https://github.com/EvP8)
## โ ๏ธ License
Distributed under the ISC License. See LICENSE.txt for more information.
## ๐ Other resources
No other resources.