Skip to content

Commit

Permalink
Merge pull request #1 from ahangarha/project-1-list-structure
Browse files Browse the repository at this point in the history
Project 1 list structure
  • Loading branch information
ahangarha committed Feb 15, 2022
2 parents 4eda405 + cf18fda commit 1797760
Show file tree
Hide file tree
Showing 11 changed files with 25,809 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
dist
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"tabWidth": 2,
"useTabs": false,
"singleQuote": true
}
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,29 @@ This is an educational project to make a To Do List web application without usin

- HTML5
- JavaScript
- npm
- webpack

## Screenshot

![screenshot](./screenshot.png)

## 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

0 comments on commit 1797760

Please sign in to comment.