Notes App Mini Project Build with REACT
FRONTEND:
- React
- React Router V6
- Context API
- Reducer
- spectre component Library
- useReducer and useContext
- Localstorage
- React-router-DOM
- Axios
BACKEND:
- Mockbee (Mock Backend)
Clone the project
git clone https://github.com/t007rushi/Monkeep.git
Go to the project directory
cd monkeep
Install dependencies
npm install
Start the server
npm run start
- CRUD operations on Note
- Add label, priorites, color to a Note
- Filtering and Sorting
- Filter by labels/tags
- Filter by priorities
- sort by time/date
- Frontend Authentication
- Sign In
- Sign Up
- Sign Out