Skip to content

This calendar app provides a user-friendly interface to view, select, and manage dates. Users can navigate through months and years, add or subtract months, and view/add data for each date.

Notifications You must be signed in to change notification settings

Jaganath-MSJ/CalendarSimple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calendar App

A user-friendly calendar app for viewing, selecting, and managing dates with data management capabilities.

Features

  • View and navigate through a monthly calendar
  • Select dates and manage selected dates
  • Customizable styling with Styled Components
  • Support for data management and event handling
  • Easy integration into React projects
  • Lightweight and minimal dependencies

Tech Stack

  • React JS
  • TypeScrpit
  • Styled Component
  • Moment.js

Key Features

  • Monthly Calendar View: Navigate through a monthly calendar with ease.
  • Date Selection: Select single or multiple dates from the calendar.
  • Data Management: Add, update, or remove data associated with selected dates.
  • Custom Styling: Easily customize the calendar appearance using Styled Components.
  • Event Handling: Handle user interactions and events seamlessly within the calendar component.

Installation

npm install --save calendar-simple

Usage

import React from 'react';
import { Calendar } from 'calendar-simple';

const App: React.FC = () => {
    return (
        <div>
            <h1>Calendar App</h1>
            <Calendar />
        </div>
    );
};

export default App;

Library

For a more information, you can visit Lib Link.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This calendar app provides a user-friendly interface to view, select, and manage dates. Users can navigate through months and years, add or subtract months, and view/add data for each date.

Topics

Resources

Stars

Watchers

Forks