GithubHelp home page GithubHelp logo

todoproject's Introduction

Todolist

final product Built by jaewonYoon

how to connect in localhost

  • Clone this repo in your local area (ex: ~/Desktop/todoProject)
  • cd ~/Desktop/todoProject
  • To install all the dependencies in package.json, type command below

npm i

  • to start localhost server, type command below

npm start

  • go to

[http://localhost:3000] in your browser

How to build

  • To modify this repo and build your own project, follow instruction below

  • This app Using cloud firestore. To get your own apikey, go to firebase [https://firebase.google.com ][df1]

  • All the config setting is in src/config/fbConfig.js

fbConfig.js

import {configKey} from './config.js';
const config = {
  apiKey: configKey.apiKey,
  authDomain: "todoapp-bf8f6.firebaseapp.com",
  databaseURL: configKey.databaseURL,
  projectId: "todoapp-bf8f6",
  storageBucket: "todoapp-bf8f6.appspot.com",
  messagingSenderId: configKey.messagingSenderId,
  appId: configKey.appId
};

As you can see, all the personal info is covered with variable, make a file like 'config.js' in same path with fbConfig.js get your config info in firebase site, and set below

export const configKey = {
  apiKey: "some key ",
  authDomain: "some domain",
  databaseURL: "some URL",
  projectId: "some Id",
  storageBucket: "blah blah blakh",
  messagingSenderId: "some Id",
  appId: "another some Id "
};

After setting apikey, you should login firebase

//using terminal
 > firebase login  // Sign in to Google
 > firebase init  // Initiate your project

Then You can build

 //using terminal
  > npm run build

Then you have folder name 'build'

 -root
    -build
    -dist
    -src

move your files in 'build' to 'dist' Then you are ready to deploy app

> firebase deploy

Tech

  • [React.js]
  • [firebase]
  • [React-redux]

todoproject's People

Contributors

jaewonyoon avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.