Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/absallam1999/notesapp
Full-Stack Application using React, Nodejs, Typescript, Express, PostgreSQL
https://github.com/absallam1999/notesapp
axios express font-awesome jasmine nodejs postgresql react react-router redux sass typescript
Last synced: 3 months ago
JSON representation
Full-Stack Application using React, Nodejs, Typescript, Express, PostgreSQL
- Host: GitHub
- URL: https://github.com/absallam1999/notesapp
- Owner: absallam1999
- Created: 2023-04-05T19:13:13.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T15:05:12.000Z (4 months ago)
- Last Synced: 2024-10-09T13:01:29.694Z (3 months ago)
- Topics: axios, express, font-awesome, jasmine, nodejs, postgresql, react, react-router, redux, sass, typescript
- Language: JavaScript
- Homepage:
- Size: 8.09 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes App
## Notes App is a simple Application users can use to get, create, update and delete notes.
## Source: [github](https://github.com/MohamedAbsallam/notesapp.git)## Features:
#### Authenticate Users with JWT authenticate
#### Hashing Password with Bcrypt
#### user can't access application without authentication
#### Custom Style and Motions Library with SASS
#### Custom Notification Component
#### Custom Pagination Component
#### Custom Tooltip for Button Elements
#### Custom Skeleton
#### 404 Not Found Page## Tools & Technologies:
## - Back-End: Typescript, Nodejs, Express, JWT, Bcrypt, Db-migrate, Jasmine, PostgreSQL
## - Front-End: React, Redux, React-Router, JSX, Axios, SASS, Font-awesome## Start Back-End
In the project directory, you can run:
### `npm run starting`## Start Front-End
In the project directory, you can run:
### `npm run starting`
## Run the app in the development mode.
### Open [http://localhost:3000](http://localhost:3000) to view in your browser.
## Created By: [Absallam](https://github.com/absallam1999).