Skip to content

10234567Z/Bloggy

Repository files navigation

Bloggy

View the blogs posted by users and comment your thoughts on them! image
You can access it here
For posting a blog and becoming a blogger , go to blogger

Content

Features

  • You can signup/login with your account
  • You can see published posts on the home page
  • You can see the content of each blog by clicking it
  • You can see the comments made by other logged-in users
  • You can post , delete and edit the comments you make on a blog
  • Directs to blogger website incase of wanting to create a blog (when logged in)

Stack Used

  • React

  • Javascript

  • Redux tool kit for react

  • SaSS

    React Javascript RTK SaSS

Installation

Pre-requisites:

  • Have git installed and have your github account connected to your local system
  • Live server extension on your local editor

How to install

  • Open your command line interface/Terminal and navigate to the directory you want to install the repository.
  • Type the following commands -:
    git clone [email protected]:10234567Z/Bloggy.git
    cd Bloggy
    npm install
    npm run dev
    
  • Make a new file .env in base directory and copy the following code to that
    VITE_URL="https://blog-api-bay-delta.vercel.app"
    
  • Type http://localhost:3000 in your local browser to run the website locally
    NOTE : Make sure another app is not running on 3000 port to run the app

Contribute

Fork the repository , have fun contributing in this project! For more information on how to contribute , Check out this link

License

This project is licensed under BSD license.