Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/md-mubin/to-do-list-v1.00-firebase-

To Do List backend with Firebase , made with React.js &Tailwind CSS
https://github.com/md-mubin/to-do-list-v1.00-firebase-

backend firebas firebase firebase-database firebase-realtime-database npm-package reactjs tailwind-css todolist todolist-react typescript

Last synced: about 1 month ago
JSON representation

To Do List backend with Firebase , made with React.js &Tailwind CSS

Awesome Lists containing this project

README

        

# React To Do List v1.00 with Firebase
---------------------------------------
A To-Do list Project made with React and Tailwind CSS.
For backend using Firebase.
A Development Project to make myself more skillful for my upcoming Chat app project.

### Live Link
https://to-do-list-v1-firebase-mubin.netlify.app/

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing
purposes.

### Prerequisites

The project can be built with npm.

* npm is distributed with Node.js which means that when you download Node.js,
you automatically get npm installed on your computer. [Download Node.js](https://nodejs.org/en/download/)

### Installing

To download the project follow the instructions bellow

```
https://github.com/Md-Mubin/To-Do-List-v1.00-firebase-.git
cd myreads
```

Install dependencies and run with:

npm
```
npm install
npm start
```

After that open terminal and write

```
npm run dev
```
than copy the local host link and paste it in browser
or
hold ctrl + left click on the local host link to run it directly in your default browser

## Authors
Md. Irfan Rahman Mubin
* https://github.com/Md-Mubin

# React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh