https://github.com/riadhadrani/reactive-color-noter-fe
A small app to create and save text-only notes.
https://github.com/riadhadrani/reactive-color-noter-fe
material-ui notes react react-router redux typescript
Last synced: 2 months ago
JSON representation
A small app to create and save text-only notes.
- Host: GitHub
- URL: https://github.com/riadhadrani/reactive-color-noter-fe
- Owner: RiadhAdrani
- Created: 2022-08-13T21:09:54.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-14T12:35:39.000Z (almost 4 years ago)
- Last Synced: 2025-07-03T15:56:00.667Z (about 1 year ago)
- Topics: material-ui, notes, react, react-router, redux, typescript
- Language: TypeScript
- Homepage:
- Size: 307 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reactive Noter
A small app to create simplistic and minimalistic notes and storing them in a database.
Project made in one day as a challenge with the intention to learn new technologies ( _Redux_ and _Nest.js_ ) as fast as possible. Because of the fast paced development, some features are missing like `deleting notes` and `color changing`.
## Technologies
#### Front End
- `TypeScript`
- `React`
- `React Router`
- `Redux`
- `Material UI`
#### Back End
- `TypeScript`
- `Nest.js`
- `Prisma`
## How to try
Start by cloning both [front-end](https://github.com/RiadhAdrani/reactive-color-noter-fe) and [back-end](https://github.com/RiadhAdrani/reactive-color-noter-be) repositories, then make sure to run `npm i` for both to install dependencies. To start development, run `npm run start:dev` within the backend project directory, and `npm run start` or simply `npm start` within the backend project.