Note is Everything. Build with React, TailwindCSS and Firebase
Write down everything you think and save notepad easy, simple, fast and can be used anywhere you want.
Screen Shoot
| Default Mode | Dark Mode |
|---|---|
![]() |
![]() |
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
- ReactJS
- redux
- redux-thunk
- react-router-dom
- dotenv
- TailwindCSS
- Firebase
~ 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
