Skip to content

VrushabhVeer/Readit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readit

The Readit blog application is designed to allow users to create and manage their own blog posts. It provides a clean and intuitive user interface for an enhanced user experience. The application is built with simplicity and minimalism in mind, ensuring that users can focus on creating and sharing their thoughts and ideas without any distractions. Readit is a full-stack blog application that allows you to write, delete, update, and publish your own blogs.

Website Frontend Repo Backend Repo

Technologies Used

Frontend

  • React
  • JavaScript
  • HTML
  • CSS
  • UI library: Chakra UI

Backend

  • MongoDB
  • Express
  • Mongoose

Getting Started

To get a local copy of the project up and running, follow these steps:

  1. Clone the frontend repository:

    git clone https://github.com/VrushabhVeer/Readit.git
    
  2. Clone the backend repository:

    git clone https://github.com/VrushabhVeer/Readit-db.git
  3. Install the dependencies for the frontend:

    cd Readit
    npm install
  4. Install the dependencies for the backend:

    cd Readit-backend
    npm install
  5. Start the frontend development server:

    npm start
  6. Start the backend server:

    npm run start
  7. Open your web browser and visit http://localhost:3000 to view the application.

Contributing

Contributions are welcome! If you find any issues or want to contribute to the project, please feel free to submit a pull request.

Preview

readit-hero

Blogs Page Create Page
readit1 readit2

About

Readit is a blog writing website, On readit we can write our blog and we can publish it. here we can read other people's blogs, we can delete, update our blogs here.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors