https://github.com/normainobary2021/best-js-practices-review
https://github.com/normainobary2021/best-js-practices-review
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/normainobary2021/best-js-practices-review
- Owner: normainobary2021
- Created: 2022-08-30T22:58:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-31T14:51:13.000Z (almost 3 years ago)
- Last Synced: 2025-02-07T22:29:53.053Z (4 months ago)
- Language: JavaScript
- Size: 283 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Project Name
> to-do-list## Built With
- HTML
- CSS
- webpack
- linters## Live Demo (if available)
[Live Demo Link soon]()
## Getting Started
To get a local copy up and running follow these simple steps:
- in your VS Code, type the command in your terminal
> git clone https://github.com/normainobary2021/to-do-list.git
- change directory to the appropriate folder
- run the command to install necessary node modules
> npm install
- type the commands:
> npm run build
> npm start
- this will open the project in your browser on the default port (http://localhost:8080/)Cheers
## Authors
👤 Norman Ainobushoborozi.
- GitHub: [@normainobary2021](https://github.com/normainobary2021/)
- Twitter: [@NormanAinobush2](https://twitter.com/NormanAinobush2)
- LinkedIn: [norman-ainobushoborozi](https://www.linkedin.com/in/norman-ainobushoborozi/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/normainobary2021/to-do-list/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](./MIT.md) licensed.
._