https://github.com/azouaoui-med/calendar-challenge
https://github.com/azouaoui-med/calendar-challenge
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/azouaoui-med/calendar-challenge
- Owner: azouaoui-med
- Created: 2019-12-17T17:21:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:12:21.000Z (over 2 years ago)
- Last Synced: 2025-04-13T15:11:51.479Z (10 days ago)
- Language: JavaScript
- Size: 5.17 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calendar Challenge
This is a code for the callendar challenge built with react
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Demo
[See it live](https://calendar-challenge.netlify.com/#!)
## Installation
Install dependencies :
`yarn` or `npm install`
## Run
Run the app :
`yarn start` or `npm start`
## Build
Build the app :
`yarn build` or `npm run build`
## Resources
The resources used bulding this app are as follow :
- [Bootstrap](https://getbootstrap.com/)
- [React Bootstrap](https://react-bootstrap.github.io/)
- [React Big Calendar](https://github.com/facebook/create-react-app)
- [Moment](https://momentjs.com/)
- [Prop Types](https://github.com/facebook/prop-types)