Skip to content

esadakman/reactjs-holidaysApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Random User App

Objective

Build a Holiday Picker App using ReactJS.

Description

  • Project aims to create a Holiday Picker App.

  • In this project i tried to make a simple Holiday Picker app with using custom hooks.

Project Link

You can reach my project from here πŸ‘ˆ

Built With

  • HTML
  • CSS
  • JS
  • ReactJS
  • Material UI

Project Skeleton

random-user-react (folder)
|
|----readme.md
SOLUTION
β”œβ”€β”€ public
β”‚     └── index.html
β”œβ”€β”€ src
β”‚    β”œβ”€β”€ hooks
β”‚    β”‚      └── useFetch.js
β”‚    β”‚      └── useInput.js
β”‚    β”œβ”€β”€ pages
β”‚    β”‚      └── Home.jsx
β”‚    β”œβ”€β”€ router
β”‚    β”‚      └── Router.jsx
β”‚    β”œβ”€β”€ App.css
β”‚    β”œβ”€β”€ App.js
β”‚    └── index.js
β”œβ”€β”€ package.json
└── yarn.lock
└── readme.md

Installation

To run this project, install it locally using npm or yarn:

$ git clone https://github.com/esadakman/reactjs-holidaysApp.git
$ cd Holidays-App
$ npm install / yarn
$ npm start / yarn start

Preview of the Project

holi