https://github.com/5ekastanx/blog-app
This Project now includes settings for Google authentication, in addition to basic information about the project, project structure, installation and running instructions, technologies used, contribution guidelines, and license information.
https://github.com/5ekastanx/blog-app
authentication firebase react typescript vite
Last synced: 3 months ago
JSON representation
This Project now includes settings for Google authentication, in addition to basic information about the project, project structure, installation and running instructions, technologies used, contribution guidelines, and license information.
- Host: GitHub
- URL: https://github.com/5ekastanx/blog-app
- Owner: 5ekastanx
- Created: 2024-09-04T16:41:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T16:56:49.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T12:47:48.164Z (over 1 year ago)
- Topics: authentication, firebase, react, typescript, vite
- Language: TypeScript
- Homepage: https://blog-a-pp-ten.vercel.app/
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project with Google Authentication and Admin Panel in TypeScript and Vite
Welcome to the Project with Google Authentication and Admin Panel! This project is a web application featuring Google authentication and an admin panel.
## Description
The project is developed using TypeScript for enhanced code reliability and Vite for fast development and build processes. The application includes a user authentication system via Google and an admin panel for managing data.
## Project Structure
- **src**: Сontains the application's source code.
- **components**: React components.
- **pages**: Application pages.
- **services**: Services for working with the API.
- **types**: TypeScript type definitions.
- **utils**: Utilities and helper functions.
## Installation and Setup
### Install Dependencies
1. Clone the repository:
```bash
git clone https://github.com/5ekastanx/Blog-App.git
cd Blog-App
2. Install the dependencies:
```bash
npm install
3. Running the Application:
```bash
npm run dev