Git Product home page Git Product logo

blogger-app's Introduction

Blogger

Description

Blogger is a blog app that allows people from around the world to write posts on anything they want to put out there.

landing blogs

Live link

Visit the application on https://fel-blogger.herokuapp.com/ .

Figma Design

This is the link to my figma design.

Development

To make advancements/modifications, follow these steps:

  • Fork the repository
  • Create a new branch (git checkout -b improve-feature)
  • Make the appropriate changes in the files
  • Add changes made
  • Commit your changes (git commit -am 'Improve feature')
  • Push to the branch (git push origin improve-feature)
  • Create a Pull Request

Technologies Used

Technologies used to develop this application:

  1. Python v3.8
  2. Flask 1.1.2
  3. Flask-Bootstrap
  4. HTML
  5. CSS

Support and contact details

Should you be unable to access the website, have any recommendations and/or questions, feel free to email me:[email protected]

Copyright (c) 2020 Felista Kiriinya

blogger-app's People

Contributors

felkiriinya avatar

Stargazers

Maurice Emmanuel Nyanja avatar Halfwave Studios avatar

Watchers

 avatar

blogger-app's Issues

BLOG CARD TRANSPARENCY PROBLEM!!

You might have to change the transparency level of the blog card which might be hard for people to see what they wrote.

I have a solution for it
.......................................................................................................
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #000000;
background-color: white;
border-top-right-radius: 2px;
.......................................................................................................

OUTPUT:
image

ALSO THE ADD COMMENTS AND VIEW COMMENTS BUTTON MIGHT NEED SOME COLOR

.......................................................................................................

border-radius: 5px;
background-color: rgb(16 0 255);
color: white;

OUTPUT:

image

border-radius: 5px;
background-color: rgb(62 62 62);
color: white;

OUTPUT:
image

.......................................................................................................

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.