https://github.com/gojax64/journal-app
Web application to manage a journal with notes. Developed in React JS v18, with Firebase, Vite and Tailwind CSS. In addition Unit testing with Jest and React Testing Library.
https://github.com/gojax64/journal-app
firebase react-js tailwindcss
Last synced: 3 months ago
JSON representation
Web application to manage a journal with notes. Developed in React JS v18, with Firebase, Vite and Tailwind CSS. In addition Unit testing with Jest and React Testing Library.
- Host: GitHub
- URL: https://github.com/gojax64/journal-app
- Owner: GOJAx64
- Created: 2022-07-13T01:55:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-05T01:12:43.000Z (almost 4 years ago)
- Last Synced: 2025-07-05T22:44:17.794Z (about 1 year ago)
- Topics: firebase, react-js, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Journal-App
Web application to manage a journal with notes. Developed in React JS v18, with Firebase, Vite and Tailwind CSS. In addition Unit testing with Jest and React Testing Library.
## How to run
Use to initialize the repository.
~~~
yarn install
~~~
Use to initialize the aplication in your local host.
~~~
yarn dev
~~~
Use to install React Router v6
~~~
yarn add react-router-dom@6
~~~
Use to install Query String
```
yarn add query-string
```
## Installations and Configurations
[Configuration of Jest](https://gist.github.com/GOJAx64/38a7dbea046d5c88d72f75095a4fb879)
[Configuration of Tailwind CSS](https://gist.github.com/GOJAx64/b7440a9fd9a7f69fd943e1d14e1c6952)
## References
[Hooks API Reference](https://reactjs.org/docs/hooks-reference.html)
[React Router v6 Home Page](https://reactrouter.com/)