Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project 1 list structure #1

Merged
merged 16 commits into from
Feb 15, 2022
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
node_modules
dist
5 changes: 5 additions & 0 deletions .prettierrc
@@ -0,0 +1,5 @@
{
"tabWidth": 2,
"useTabs": false,
"singleQuote": true
}
27 changes: 27 additions & 0 deletions README.md
Expand Up @@ -8,6 +8,33 @@ This is an educational project to make a To Do List web application without usin

- HTML5
- JavaScript
- npm
- webpack

## Screenshot

![screenshot](./screenshot.png)

## Live Demo

Not available yet

Copy link

@Kingstalux Kingstalux Feb 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • (OPTIONAL) Since a live demo link is not available, it would be better to remove this section as it now serves no purpose in order to make the README file more professional 💯

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

## Usage

To build the project run:

```
$ npm install
$ npm run build
```

## Development

In development environment use the following command:

```
$ npm run dev
```

## Author

Expand Down