https://github.com/arjun897babu/bloghshare-client
BlogShare is a simple blog management app built with the MERN stack and JWT authentication using TypeScript. This app allows users to easily manage their own blogs while also exploring and reading blogs shared by others.
https://github.com/arjun897babu/bloghshare-client
dasiyui reactjs tailwind typescript
Last synced: 9 days ago
JSON representation
BlogShare is a simple blog management app built with the MERN stack and JWT authentication using TypeScript. This app allows users to easily manage their own blogs while also exploring and reading blogs shared by others.
- Host: GitHub
- URL: https://github.com/arjun897babu/bloghshare-client
- Owner: arjun897babu
- Created: 2024-12-08T17:23:04.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-17T07:56:21.000Z (6 months ago)
- Last Synced: 2025-04-04T19:27:48.911Z (3 months ago)
- Topics: dasiyui, reactjs, tailwind, typescript
- Language: TypeScript
- Homepage: https://blogh-share-client.vercel.app
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BlogShare Client
BlogShare is a simple blog management app built with the MERN stack and JWT authentication using TypeScript. This app allows users to easily manage their own blogs while also exploring and reading blogs shared by others.
### Live Link : [blogshare](https://blogh-share-client.vercel.app/)### Prerequisites
- Node.js (v20.12.2)
### Installation Steps
1. **Clone the Repository**
```bash
git clone https://github.com/arjun897babu/BloghShare-client.git
```2. **Environment Configuration**
Create a `.env` file in root directory
```env
VITE_API_ROUTE=http://localhost:4000
VITE_APP=blogShare
```Create a `.env` file in the /front-end directory
```env
VITE_API_URI=http://localhost:3001
```3. **Setup Frontend**
```bash
cd .\front-end\npm install
npm run dev
```4. Setup Backend
To set up the backend, please visit the [blogshare back end respostiory ](https://github.com/arjun897babu/BloghShare-Back-End) and follow the instructions there.## Contributing
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request##