Skip to content

Latest commit

 

History

History
77 lines (48 loc) · 1.33 KB

README.md

File metadata and controls

77 lines (48 loc) · 1.33 KB

To Do List

A Books manager webapp that lists existing records and allows user to add and remove to and from the books record.

Built With

  • html
  • css
  • JavaScript
  • Node.js
  • npm

Getting Started

Use this repo as a reference or clone to customize for your own project.

Live Demo

project deployed on Github pages (SSL)

Prerequisites

  • Must have a working computer
  • A Web-Browser installed (Chrome - Recommended)

Setup

  • Install VSCode (link)
  • Clone this project repository on your local computer. (link)
  • Open the project directory with VSCode

Install

Open Terminal/Shell inside your VSCode and run

  npm install --force

Run tests

  • For hint tests, run
      npm run lint:hint
    
  • For style tests, run
      npm run lint:style
    
  • For eslint tests, run
      npm run lint:es
    

Authors

👤 Nadezhda

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Fellow Micronauts