├── README.md
├── index.html
├── script.js
└── style.css
/README.md:
--------------------------------------------------------------------------------
1 | # DOMmanipulation
2 | This small To Do list was created to practice DOM manipulation.
3 |
4 |
5 |
6 |
7 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
Microverse README Template
38 |
39 |
40 |
41 |
42 |
43 | # 📗 Table of Contents
44 |
45 | - [📖 About the Project](#about-project)
46 | - [🛠 Built With](#built-with)
47 | - [Tech Stack](#tech-stack)
48 | - [Key Features](#key-features)
49 | - [🚀 Live Demo](#live-demo)
50 | - [💻 Getting Started](#getting-started)
51 | - [Setup](#setup)
52 | - [Prerequisites](#prerequisites)
53 | - [Install](#install)
54 | - [Usage](#usage)
55 | - [Run tests](#run-tests)
56 | - [Deployment](#triangular_flag_on_post-deployment)
57 | - [👥 Authors](#authors)
58 | - [🔭 Future Features](#future-features)
59 | - [🤝 Contributing](#contributing)
60 | - [⭐️ Show your support](#support)
61 | - [🙏 Acknowledgements](#acknowledgements)
62 | - [❓ FAQ (OPTIONAL)](#faq)
63 | - [📝 License](#license)
64 |
65 |
66 |
67 | # 📖 [your_project_name]
68 |
69 | > Describe your project in 1 or 2 sentences.
70 |
71 | **[your_project__name]** is a...
72 |
73 | ## 🛠 Built With
74 |
75 | ### Tech Stack
76 |
77 | > Describe the tech stack and include only the relevant sections that apply to your project.
78 |
79 |
80 | Client
81 |
121 |
122 |
123 |
124 | ## 💻 Getting Started
125 |
126 | > Describe how a new developer could make use of your project.
127 |
128 | To get a local copy up and running, follow these steps.
129 |
130 | ### Prerequisites
131 |
132 | In order to run this project you need:
133 |
134 |
141 |
142 | ### Setup
143 |
144 | Clone this repository to your desired folder:
145 |
146 |
154 |
155 | ### Install
156 |
157 | Install this project with:
158 |
159 |
167 |
168 | ### Usage
169 |
170 | To run the project, execute the following command:
171 |
172 |
179 |
180 | ### Run tests
181 |
182 | To run tests, run the following command:
183 |
184 |
191 |
192 | ### Deployment
193 |
194 | You can deploy this project using:
195 |
196 |
203 |
204 |
247 |
248 |
249 |
250 | ## ⭐️ Show your support
251 |
252 | > Write a message to encourage readers to support your project
253 |
254 | If you like this project...
255 |
256 |
257 |
258 |
259 |
260 | ## 🙏 Acknowledgments
261 |
262 | > Give credit to everyone who inspired your codebase.
263 |
264 | I would like to thank...
265 |
266 |
283 |
284 |
285 |
286 | ## 📝 License
287 |
288 | This project is [MIT](./LICENSE) licensed.
289 |
290 | _NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._
291 |
292 |