To_Do_List_ES6 icon indicating copy to clipboard operation
To_Do_List_ES6 copied to clipboard

In this new app I was able to correctly apply all the new things I learned, such as Webpack, ES6, exporting or importing classes, DOM manipulation, dynamic website generation, and sorting items, among...

git-logo

📗 Table of Contents

  • 📖 About the Project
    • 🛠 Built With
      • Tech Stack
      • Key Features
    • 🚀 Live Demo
  • 💻 Getting Started
    • Setup
    • Prerequisites
    • Install
    • Usage
    • Run tests
    • Deployment
  • 👥 Author
  • 👥 Collaborator
  • 🔭 Features
  • 🤝 Contributing
  • ⭐️ Show your support
  • 🙏 Acknowledgements
  • ❓ FAQ (OPTIONAL)
  • 📝 License

📖 [To Do List!] ES6 WebPack

Introducing my first Javascript app where you are able to manage the books using the local storage.

🛠 Built With

Tech Stack

Client
Server
Database
  • local storage used in order to keep the library content

Key Features

  • [ES6 updated, WebPack, Dynamic Content]

(back to top)

🚀 Live Demo

  • You can visit the live demo here

https://user-images.githubusercontent.com/92229666/229024483-0ad01eee-3542-42e6-aa53-daae6f202bbf.mp4

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

 To have a computer, Internet, Keyboard and Mouse

Setup

Clone this repository to your desired folder:

  Open it with Visual Studio Code, and open a server with "LiveServer".

Install

Install this project with:

  Installation is not necessary

Usage

To run the project, execute the following command:

npm run start

Run tests

To run tests, run the following command:

  First install all the required dependencies with the command 'npm install -y'
  To run the add and remove unit test with Jest, execute the command: 'npm test'

Deployment

You can deploy this project following these steps:

On the console run: 'npm run build'
Then: 'npm run start'
The website will be deployed

(back to top)

👥 Author

👥 Collaborator

🔭 Features

  • [ ] [Shows correct functionality]
  • [ ] [WebPack Correctly Used]
  • [ ] [ES6 Optimized]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, be pending on my profile since I'll be doing much more!

(back to top)

🙏 Acknowledgments

I would like to thanks my Microverse Team for helping me to get this done.

(back to top)

❓ FAQ

  • [What was the most difficult thin to achieve here?]

    • [The implementation of the function itsefl was quite a challenge for me since I'm not familiarized with it]

(back to top)

📝 License

This project is MIT licensed.

(back to top)