An open API service indexing awesome lists of open source software.

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.

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