GithubHelp home page GithubHelp logo

awesomebooks's Introduction

To Do list: interactive list

In this project, you will add some functionality to your application to make it interactive. The user will also be able to mark task completion by selecting the corresponding checkbox (or undo it by unchecking the checkbox). The updated tasks list will be stored in local storage

.

Built With

  • HTML
  • CSS
  • Javascript
  • webpack

Live Link

Getting Started

Clone Your Github Repository Follow these steps to clone your Github repo on Windows:

  1. Open Git Bash;
  • If Git is not already installed, it is super simple. Just go to the Git Download Folder and follow the instructions.
  1. Go to the current directory where you want the cloned directory to be added;
  • To do this, input cd and add your folder location. You can add the folder location by dragging the folder to Git bash.
  • $ cd '/c/Users/Documents/My First Git Project'
  1. Go to the page of the repository that you want to clone.
  2. Click on “Clone or download” and copy the URL.
  3. Use the git clone command along with the copied URL from earlier;
  1. Press Enter;
  • $ git clone https://github.com/USERNAME/REPOSITORY Cloning into Git … remote: Counting objects: 13, done. remote: Compressing objects: 100% (13/13), done. remove: Total 13 (delta 1), reused 0 (delta 1) Unpacking objects: 100% (13/13), done.

Congratulations, you have created your first local clone from your remote Github repository.

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

Prerequisites

  • Install operating system that best work for you.
  • Install the latest version of node.
  • Install your favorite Text Editor

Setup

  1. Set-up linters in your local env
  2. Copy and paste the linter files to your local directory.
  3. The npm package manager is going to create a node_modules directory to install all of your dependencies.You shouldn't commit that directory. To avoid that, you can create a .gitignore file and add node_modules/ to it:
  4. you need to initialize npm to create package.json file
  5. run npm install --save-dev [email protected]
  • add hintrc
  • run npx hint .
  1. .stylelintrc
  2. run npm install --save-dev [email protected] [email protected] [email protected] [email protected]
  3. run npx stylelint "**/*.{css,scss}"
  4. eslint: Run npm install --save-dev [email protected] [email protected] [email protected] [email protected]
  5. Run npx eslint .
  6. Fix linter errors.
  • IMPORTANT NOTE: feel free to research auto-correct options for Stylelint if you get a flood of errors but keep in mind that correcting style errors manually will help you to make a habit of writing a clean code!

Author

👤 Luzinda Douglas

👤 Losalini Rokocakau

🤝 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

  • Our God & families
  • Microverse
  • Microverse team members for the extra help & guidance:
  1. Mohamed Khaled
  • Microverse TSEs

📝 License

This project is MIT licensed.

awesomebooks's People

Contributors

z4cope avatar ldouglasot avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

anwaar12

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.