Skip to content

giovannalinda/days-with-you

Repository files navigation

Hi there! πŸ‘‹

This project was developed with care and in the best way I could with the knowledge I have, I hope you enjoy it! πŸ₯³

What is inside?

Getting Started

Install dependencies:

yarn

or

npm install

Run development server

yarn dev

or

npm run dev

Open http://localhost:3000 with your browser to see the result.

Structure

└── src
    β”œβ”€β”€ __helpers__
    β”œβ”€β”€ components
    β”œβ”€β”€ pages
    β”œβ”€β”€ styles
Folder Description
helpers Functions to handle the tests
components Page components
pages Pages components
styles Application styles

Conventions

Components

└── <MyComponent>
    β”œβ”€β”€ <MyComponent>.tsx
    β”œβ”€β”€ <MyComponent>.test.tsx
    β”œβ”€β”€ <MyComponent>.styled.ts
    β”œβ”€β”€ <MyComponent>.stories.tsx
    └── index.ts
Files Description
.tsx Component implementation
.test.tsx Component tests
.styled.ts Component stylesheet using styled-components
.stories.tsx Storybook component
index.ts File to export the component

Commands

  • dev: run development server
  • build: creates the production build version
  • lint: runs the linter in all components and pages
  • test: runs jest to test all components and pages
  • storybook: runs docs with storybook

Made with πŸ’œ by Giovanna

About

πŸ’» Application of an accountant from a falling in love dev

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published