Build a Holiday Picker App using ReactJS.
-
Project aims to create a Holiday Picker App.
-
In this project i tried to make a simple Holiday Picker app with using custom hooks.
You can reach my project from here π
- HTML
- CSS
- JS
- ReactJS
- Material UI
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
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
