VelzckC0D3 / To_Do_List_ES6

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 other technologies that I've been learning since the beginning of my practice.

Home Page:https://velzck-list.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-logo

πŸ“— Table of Contents

πŸ“– [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
velzck-list-demo.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)

About

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 other technologies that I've been learning since the beginning of my practice.

https://velzck-list.netlify.app/

License:MIT License


Languages

Language:JavaScript 75.6%Language:CSS 17.9%Language:HTML 6.5%