An open API service indexing awesome lists of open source software.

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.

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/)