Skip to content

Latest commit

 

History

History
80 lines (61 loc) · 1.87 KB

README.md

File metadata and controls

80 lines (61 loc) · 1.87 KB

NOTHING


Pythons

Note is Everything. Build with React, TailwindCSS and Firebase

Introduction

Write down everything you think and save notepad easy, simple, fast and can be used anywhere you want.

Screen Shoot

Default Mode Dark Mode

Features

A few of the things you can do with NOTHING:

  • Authentication
    • Login
    • Register
    • Logout
  • Keep Notes
    • Create Note
    • Read Note
    • Update Note
    • Delete Note
  • Dark Mode

Tech Stack

  • ReactJS
    • redux
    • redux-thunk
    • react-router-dom
    • dotenv
  • TailwindCSS
  • Firebase

Installation

~ Clone or Download this repository

    https://github.com/rygenzx/nothing
    cd nothing
    yarn install
    copy .env.example to .env

~ Open file .env then change according to your database configuration

  REACT_APP_FIREBASE_API_KEY=
  REACT_APP_FIREBASE_AUTH_DOMAIN=
  REACT_APP_FIREBASE_PROJECT_ID=
  REACT_APP_FIREBASE_STORAGE_BUCKET=
  REACT_APP_FIREBASE_MESSAGING_SENDER_ID=
  REACT_APP_FIREBASE_APP_ID=

~ Run the Website

  yarn start

Author