Coder Social home page Coder Social logo

react-typescript-calendar-dayview's Introduction

Calendar Day view component - React App with Typescript

๐Ÿš€ A Calendar component offers a comprehensive day view of a calendar, showcasing a list of events while adhering to two important constraints.
Firstly, for events that overlap, they are assigned an identical width, ensuring consistency in their visual representation.
Secondly, each event dynamically utilizes the maximum available width while adhering to the first constraint.

Screenshot


Bootstrapped with Create React App.

Available Scripts

Choose your javaScript package managers npm/yarn/pnpm

pnpm start

Start the application with Vite
Open http://localhost:3000 to view it in the browser.
Runs the app in the development mode.

pnpm build

Build the application with Vite Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed! See the section about deployment for more information.

pnpm serve

Preview the application with Vite

pnpm test

Launch tests unit with Jest

pnpm check-types

Launch types tests with Typescript

pnpm prepare

Launch husky to improves commits

pnpm coverage

Launch coverage with Jest

pnpm lint

Launch eslint src path

pnpm lint --fix

Launch eslint & automatically fix problems

pnpm lint --ci

Launch eslint and generate an eslint.xml

pnpm prettify

Launch prettier --write --log-level=warn

pnpm prettify --check

Launch prettier --check

pnpm lp

Launch clean code : eslint fix & prettier --write

App Folder Structure

โ”œโ”€โ”€ public/
โ”‚   โ”œโ”€โ”€ assets/
โ”‚
โ”œโ”€โ”€ src/
โ”‚   โ”œโ”€โ”€ __tests__/
โ”‚   โ”œโ”€โ”€ assets/
โ”‚   โ”œโ”€โ”€ datas/
โ”‚   โ”œโ”€โ”€ features/
โ”‚   โ”œโ”€โ”€ hooks/
โ”‚   โ”œโ”€โ”€ models/
โ”‚   โ”œโ”€โ”€ pages/
โ”‚   โ”œโ”€โ”€ store/
โ”‚   โ”œโ”€โ”€ types/
โ”‚   โ”œโ”€โ”€ utils/
โ”‚   โ”œโ”€โ”€ App.tsx
โ”‚   โ”œโ”€โ”€ index.tsx
โ”‚   โ”œโ”€โ”€ react-app-env.d.ts
โ”‚   โ”œโ”€โ”€ reportWebVitals.ts
โ”‚   โ””โ”€โ”€ setupTests.ts
โ”‚
โ””โ”€โ”€ package.json

Learn More

UI/UX

The Color Scheme palette has 2 colors

  • Primary color #152336
  • Secondary color #e55d47

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.