https://blissproject-6aaciao5n-alsdede.vercel.app/
First, run the development server:
#run yarn to download dependencies
yarn
# next
npm run dev
# or
yarn dev
## test
yarn test
# or
npm run test
Open http://localhost:3000 with your browser to see the result.
- [REACTJS] (https://reactjs.org/docs/create-a-new-react-app.html)
- [Styled-components] (https://styled-components.com/)
- [Typescript] (https://www.typescriptlang.org/)
- [PRETTIER] (https://prettier.io/)
- [EDITORCONFIG] (https://eslint.org/)
- [ESLINT] (https://editorconfig.org/)
- Mobile First
1. components
2. hooks
3. pages
4. routes
5. services
6. styles
### Branchs
- main
- develop
- features
- feature:_freq-01
- feature:_freq-02
- feature:_freq-03
- [FREQ-01_BRANCH] (https://github.com/alsdede/bliss/tree/feature_freq-01)
- [FREQ-02_BRANCH] (https://github.com/alsdede/bliss/tree/feature_freq-02)
- [FREQ-03_BRANCH] (https://github.com/alsdede/bliss/tree/feature_freq-03)
- [ ] Improve Tests with Jest and React Testing Library
- [ ] Refactor UI