Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/castle2668/react-notes-app
React Notes App
https://github.com/castle2668/react-notes-app
Last synced: 2 days ago
JSON representation
React Notes App
- Host: GitHub
- URL: https://github.com/castle2668/react-notes-app
- Owner: castle2668
- Created: 2022-02-20T13:33:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-03-28T12:52:17.000Z (over 2 years ago)
- Last Synced: 2024-05-21T10:44:17.347Z (6 months ago)
- Language: JavaScript
- Homepage: https://react-notes-app-66bfb.web.app
- Size: 1010 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Notes App
一直以來非常愛用 Google Keep 紀錄生活大小事,因此也想透過 React 與 Firebase 實作自己的 Notes App。
## Features
- 新增筆記
- 關鍵字搜尋筆記
- 編輯筆記
- 刪除筆記
- 一鍵切換淺色與深色背景## Tech Stack
- [Create React App](https://github.com/facebook/create-react-app) - Set up a modern web app by running one command
- [React](https://github.com/facebook/react/) - A declarative, efficient, and flexible JavaScript library for building user interfaces
- [styled-components](https://github.com/styled-components/styled-components) - Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress
- [React Router v6](https://github.com/remix-run/react-router) - Declarative routing for React
- [Redux](https://github.com/reduxjs/redux) - Predictable state container for JavaScript apps
- [Redux Toolkit](https://github.com/reduxjs/redux-toolkit) - The official, opinionated, batteries-included toolset for efficient Redux development
- [Redux Thunk](https://github.com/reduxjs/redux-thunk) - Thunk middleware for Redux
- [Firebase](https://firebase.google.com/) - Helps you build and run successful apps
- [Axios](https://github.com/axios/axios) - Promise based HTTP client for the browser and node.js