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

https://github.com/mdsajalali/kids-birthday-planner

Kids Birthday Planner website is a birthday event management website
https://github.com/mdsajalali/kids-birthday-planner

context-api firebase-auth html5 react-awesome-reveal react-carousel react-icons react-router-dom react-slick react-toastify reactjs tailwindcss

Last synced: about 2 months ago
JSON representation

Kids Birthday Planner website is a birthday event management website

Awesome Lists containing this project

README

        

# Kids Birthday Planner Website

> Responsive Kids Birthday Planner Website

#### Kids Birthday Planner Website : [Kids-Birthday-Planner](https://kids-birthday-planner.vercel.app/)

## Used Technology

- [x] HTML
- [x] TAILWINDCSS
- [x] REACT.JS
- [x] CONTEXT API
- [x] FIREBASE
- [x] REACT ROUTER DOM
- [x] REACT-ICON
- [x] REACT-TOASTIFY
- [x] REACT-AWESOME-REVEAL
- [x] REACT-SLICK
- [x] REACT-CAROUSEL

### 💻 Getting Started

1. Clone the repository:

```bash
git clone https://github.com/mdsajalali/kids-birthday-planner.git
```

2. Install dependencies:

```
cd kids-birthday-planner
npm install
```

3. Create a .env.local file in the root and paste the following code:

```
VITE_APIKEY=AIzaSyCp1CZZ86AD1YXBfQNFkePdCoNklT717-s
VITE_AUTHDOMAIN=kids-birthday-planner.firebaseapp.com
VITE_PROJECTID=kids-birthday-planner
VITE_STORAGEBUCKET=kids-birthday-planner.appspot.com
VITE_MESSAGEINGSENDERID=234079217088
VITE_APPID=1:234079217088:web:80ecd0cebd4279a7a55425
```

4. Run the development server:

```
npm run dev
```