Skip to content

RmnRss/ts-react-calendar-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calendar app

A simple calendar app I used to improve my skills with typescript and react.

Useful commands

Starting the app for development

run yarn start

Running tests

run yarn tests to run the tests

Building the app

run yarn build to build the project

Project Structure

│   public
│   src
|   |
|   └───  assets        # icons, images...
|   └───  components    # components
|   |     |
|   |     └───  inputs
|   |     └───  ...     # rest of the componenents
|   └───  hooks
|   └───  providers
|   └───  services
|   └───  tests         # test files
|   └───  types         # types

Tools & Library used

Improvements

  • Store data locally to persist events between reload and reboots
  • Add different layouts options to visualize dates and events

About

A simple calendar app made with React & Typescript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published