Skip to content

Commit

Permalink
Deleted src and copied build files to root
Browse files Browse the repository at this point in the history
  • Loading branch information
Sho-ayb committed Aug 1, 2024
1 parent c901028 commit 97b2a88
Show file tree
Hide file tree
Showing 29 changed files with 20 additions and 13,297 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
node_modules
build/
*.log
.env
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# ts-projectmanager-max
# Demo Project Manager Application

This project was built as part of the course: Understanding Typescript by Maximillian Schwarzmuller.

This repository is for publishing to Github pages, it contains: the build, package.json, webpack and other configuration files.

## To rebuild this project:

In the root directory of project run `npm install` and all dependencies will be installed.

## To run a new build:

To run a new build with webpack run `npm run build:prod` and webpack will output all files to a build directory.

1 change: 1 addition & 0 deletions bundle.f0e177fca0c23175165e.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang=en><head><meta charset=UTF-8><meta name=viewport content="width=device-width,initial-scale=1"><link href=https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css rel=stylesheet><title>Project Manager Demo In Typescript</title><script defer=defer src=./bundle.f0e177fca0c23175165e.js></script><link href=./main.49fc7e8457b3f52d984a.css rel=stylesheet></head><body><header class=header><div class=header__description><h1 class=header__logo>Understanding Typescript - Max Schwarzmuller</h1><h2>Demo Project Manager Application</h2><p class=header__para>This is part of a complete course by <strong>Max Schwarzmuller</strong> titled <strong>Understanding Typescript</strong> taken on the O'Reilly platform: <a href=https://learning.oreilly.com/course/understanding-typescript/9781789951905/ target=_blank>Understanding Typescript</a>, this is Chapter 9: Practice to build a project manager application in Typescript.</p><p class=header__para>The Github repository for this demo project can be found here: <a href=https://github.com/Sho-ayb/ts-projectmanager-max target=_blank>Github Repo</a></p></div></header><main class=main><template id=project__input><form><div class=form__control><label for=title>Title</label> <input type=text id=title></div><div class=form__control><label for=description>Description</label> <textarea id=description rows=5></textarea></div><div class=form__control><label for=people>People</label> <input type=number id=people step=1 min=0 max=10></div><button type=submit>ADD PROJECT</button></form></template><template id=single__project><li draggable=true><h2></h2><h3></h3><p></p></li></template><template id=project__list><section id=section__projects><header><h2></h2><h3></h3></header><ul></ul></section></template><div id=app></div></main><footer class=footer>This project was built with ❤ by Sho'ayb <a href=https://github.com/Sho-ayb target=_blank class=github-icon><i class="bx bxl-github"></i></a> <a href=https://www.linkedin.com/in/shoaybchoudhry target=_blank class=linkedin-icon><i class="bx bxl-linkedin-square"></i></a></footer><div class="modal hidden"><button class=btn-close-modal>&times;</button><h3>Input Error</h3><p class=modal__description></p></div><div class="overlay hidden"></div></body></html>
1 change: 1 addition & 0 deletions main.49fc7e8457b3f52d984a.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 97b2a88

Please sign in to comment.