Code Monkey home page Code Monkey logo

task-manager's Introduction

Task Manager

Task Manager is a platform that allows the creation, edition, and overall management of your tasks.

Tech stack

  • Reactjs
  • Firebase

Screenshot

Captura de Pantalla 2022-07-18 a las 11 08 50

HACKTOBERFEST 2022 IS HERE! 🌈🧨

Make sure to register by clicking on the image and start contributing! 😍💕

Application setup

Firebase setup

  1. Go to Firebase and create your Firebase account
  2. Then click on Add project
  3. For this project you will not need to enable Google Analytics, but it's optional
  4. Click on Add Firebase

For more information, go to First steps with Firebase

Web app registration

To register an application for your project, follow these steps

The information generated in this step needs to be inserted in the .env file and placed in the firebase.js file.

const firebaseConfig = {
  // Your configuration and your keys
   apiKey: process.env.REACT_APP_APIKEY,
   authDomain: process.env.REACT_APP_AUTHDOMAIN,
   projectId: process.env.REACT_APP_PROJECTID,
   storageBucket: process.env.REACT_APP_STORAGEBUCKET,
   messagingSenderId: process.env.REACT_APP_MESSAGINGID,
   appId: process.env.REACT_APP_APPID

};

Enable Authentication

You will need to enable two authentication patterns

  1. Google Account
  2. Email and password

For more information about enabling authentication, click here

Configuration

Rename the .env.example and place the information generated in the prior step here. Also, do not forget to provide the same information in the firebase.js file.

Start the application

  1. Install the project dependencies with the npm command.
npm install
  1. Run the application. The browser will be opened at http://localhost:3000/
npm start

Start contributing 💚👇

For more information check the CONTRIBUTING.md file

Contributors 🙌

task-manager's People

Contributors

emepuchades avatar nujovich 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.