An open API service indexing awesome lists of open source software.

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

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.