https://github.com/medea-learner/calendar-scheduler-reactjs-app
https://github.com/medea-learner/calendar-scheduler-reactjs-app
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/medea-learner/calendar-scheduler-reactjs-app
- Owner: medea-learner
- License: mit
- Created: 2024-07-26T16:15:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T16:30:30.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T22:14:41.983Z (over 1 year ago)
- Language: JavaScript
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Calendar Scheduler
This is a React project that displays a weekly calendar with schedule slots. Users can navigate between weeks and interact with schedule slots.
## Features
- Weekly calendar display in French
- Navigate through weeks using arrows
- View available schedule slots for each day
- Hover on schedule slots will change their appearance
## Prerequisites
- Node.js (v12 or higher)
- npm (v6 or higher) or Yarn (v1.22 or higher)
- A modern web browser (Chrome, Firefox, Edge, etc.)
## Getting Started
### Clone the Repository
First, clone the repository from GitHub:
```bash
git clone https://github.com/medea-learner/test-calendar-react-js-app
cd test-calendar-react-js-app
```
### Installation
Install the dependencies using npm or Yarn:
```bash
# Using npm
npm install
# Using Yarn
yarn install
```
### Running the Project
Start the development server:
```bash
# Using npm
npm start
# Using Yarn
yarn start
```
The application will automatically open in your default web browser. If it doesn't, navigate to `http://localhost:3000` to view it
## License
This project is licensed under the MIT License.