Code Monkey home page Code Monkey logo

shikhar13012001 / blog-project Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 3.0 3.86 MB

This project is for hacktoberfest to encourage new developer and open source developers to contribute to open source and improve skills which require debugging, write testable code, industry standards, problem solving and many more,

License: MIT License

Shell 0.34% JavaScript 90.20% CSS 9.46%
firebase hacktoberfest-accepted hactoberfest nodejs react nextjs react-firebase-hooks design-patterns figma ui hacktoberfest

blog-project's Introduction

๐Ÿš€ Blog project for hacktoberfest

Banner

In this repository, you can find issues related to a blog project that is built on top of Next.js. The project is a blog that allows users to create posts, comment on posts, and like posts. The project is built using Next.js, React, Firebase and Material UI.

๐Ÿ’™ For contributors

Please read the following before contributing to the repository:

๐Ÿ“š Resources

๐Ÿ“ License

MIT

๐Ÿ™ Acknowledgements

๐Ÿš€ Awesome contributors




(If you liked the project, please give it a star ๐Ÿ˜ƒ)

blog-project's People

Contributors

ketanprakash avatar kirtikumarkk21 avatar md-tausif09 avatar shikhar13012001 avatar suyashvsingh avatar varunkt001 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

blog-project's Issues

Push Notifications

Push notifications are small, pop-up messages sent to a user's device that appear even when the app isn't open. I am willing to integrate Push Notifications for Chrome & Firefox browser by which you can communicate to users about news, events and annoucements.

If you are interested in adding this feature to your project, I can go ahead and share some of the best notification providers that are available for free and on which I have already worked on.

Add .env.example variables to next.config.js

We need to place the .env.example variables to next.config.js
for example

/** @type {import('next').NextConfig} */
const nextConfig = {
  reactStrictMode: true,
... OtherConfig,
  // env
  env: {
    GITHUB_API_GRAPHQL_KEY: process.env.GITHUB_API_GRAPHQL_KEY,
   ....Other Variables
  },
};

module.exports = nextConfig;

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.