Skip to content

rigenski/nothing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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