Skip to content

charlesgery/bsport-calendar-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bsport Calendar test

This is a small React project that aims at creating a simple weekly calendar connected the API of bsport. It displays a simple weekly calendar with selectible dates, and a list of dummy offers.

This project was bootstrapped with Create React App.

Structure of the project

The project is strutured the following way :

All the components are contained in the src/components folder. The components are grouped by purposes in specific folders (a Calendar folder for the Calendar components for instance) containing the components, the CSS stylesheets, potential test files, images...

The main component of the application is the App.js component. It does most of the stateful logic. This component has two children : the calendar, and the list of dummy offers.

Running the project

For running the project call npm start in the app folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published