Skip to content

Website of a bar called Barten. With a drinks search engine with different searches and filters.

Notifications You must be signed in to change notification settings

deividcode/barten

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Todo app solution

This is a solution to the Todo app challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Note: Delete this note and update the table of contents based on what sections you keep.

Overview

Screenshot

Links

My process

Built with

  • Design
    • Semantic HTML5 markup
    • CSS custom properties
    • Mobile-first workflow
    • PostCss

What I learned

Use this section to recap over some of your major learnings while working through this project. Writing these out and providing code samples of areas you want to highlight is a great way to reinforce your own knowledge.

To see how you can add code snippets, see below:

// Config Postcss
export default {
  "plugins": {
    "@fullhuman/postcss-purgecss": {
      content: ["./index.html"],
      css: ["./src/postcss/*.pcss"]
    },   
    "postcss-extend": {},
    "postcss-nested": {},
    "autoprefixer": {},
    "postcss-color-rgba-fallback": {},    
  },
}

Author

About

Website of a bar called Barten. With a drinks search engine with different searches and filters.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published