/Worlds-Greatest-Todo-App

A ReactJS Todo List complete with CRUD of Todos, Firebase & more.

Primary LanguageJavaScript

Open source project working on building the best todo app ever.

Intro

Dependencies

Setup

  1. Clone repo.
  2. Run npm install.
  3. Create a new .env file in project root.
  4. Create a personal firebase app to get environment variables for the .env file we just made.
  5. Run app with npm start.
// ./.env
// Replace corresponding values with those from new firebase app.
REACT_APP_API_KEY="something"
REACT_APP_GA_ID="UA-something-1"
REACT_APP_PROJECT_ID="todo-something"
REACT_APP_MESSAGING_SENDER_ID="something"
REACT_APP_APP_ID="1:something:web:something"
REACT_APP_AUTH_DOMAIN="something.firebaseapp.com"
REACT_APP_DATABASE_URL="https://todo-something.firebaseio.com"
REACT_APP_GA_ID="UA-something-1"
REACT_APP_USE_PUBLIC_V_API_KEY="something-soMeTHIng-SOmeThing"

Motivation

Building this project openly with the world's community of developers working together could be an educational experience for all involved.

Todo

  • Write a good README.md
Copyright (c) 2019 Worlds Greatest Todo App

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.