Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhardwaj-shubham/lets-write
The lets write is a blog site, where users can write their blog and share with others.
https://github.com/bhardwaj-shubham/lets-write
appwrite html-react-parser javscript react react-hook-form reactjs redux redux-toolkit shadcn-ui tailwindcss tinymce vite zod
Last synced: 3 days ago
JSON representation
The lets write is a blog site, where users can write their blog and share with others.
- Host: GitHub
- URL: https://github.com/bhardwaj-shubham/lets-write
- Owner: bhardwaj-shubham
- Created: 2024-06-08T11:23:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-13T10:17:01.000Z (7 months ago)
- Last Synced: 2024-11-17T12:09:41.727Z (2 months ago)
- Topics: appwrite, html-react-parser, javscript, react, react-hook-form, reactjs, redux, redux-toolkit, shadcn-ui, tailwindcss, tinymce, vite, zod
- Language: JavaScript
- Homepage: https://letswriteblog.netlify.app/
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Let's Write Blog
Welcome to Let's Write Blog, a platform where you can write and share your blogs with others. This README file will guide you on how to set up and use the Let's Write Blog application.
## Technologies Used
The Let's Write Blog application is built using the following technologies:
- React
- Vitejs
- Tailwind CSS
- Redux Toolkit
- React Hook Form
- Zod
- TinyMCE
- React HTML Parser
- Shadcn UI
- Appwrite## Getting Started
To get started with Let's Write Blog, follow the steps below:
1. Clone the repository to your local machine.
2. Install the required dependencies by running `npm install` or `yarn install`.
3. Configure the necessary environment variables. Make sure to provide the required credentials for Appwrite.
4. Start the development server by running `npm run dev` or `yarn dev`.
5. Open your browser and navigate to `http://localhost:5173` to access the Let's Write Blog application.## Usage
Once you have the Let's Write Blog application up and running, you can start writing and sharing your blogs. Here are some key features of the application:
- Create a new blog post by clicking on the "Add Post" button.
- Use the TinyMCE editor to write your blog content.
- Preview your blog before publishing it.
- Save your blog and publish it for others to see.
- Edit or delete your existing blog posts.
- Explore and read blogs shared by other users.That's it! You are now ready to start writing and sharing your blogs with the Let's Write Blog community.
Happy blogging!