My first ever React.js project, it is a part of my React learning path, and is acctually an idea I got from the 50 Projects for React and the Static Web Colby Fayock 1.0 eBook.
It's a single page app, also a Jamstack Website.
Root folder /
:
src/
folder : the website of the React Conf ( using Create-React-App boilerplate ).UML Diagrams/
folder : UML Diagrams for better project description.
-
This repo serves as a public website, enables registration to attend the Dummy React Conference
-
Made using Create-React-App.
-
Visitors are able to visit the website, and get the conference's information like :
- Speakers
- Sessions
- Food options
- Code of Conduct
- Registered people to the conference ( See all the attendees )
-
Visitors can register to attend the conference by filling the form, after that their name and picture will be shown in the "Attendees" Page.
-
Website structure :
- /
- Home
- Schedule
- Location
- Food
- Code of conduct
- Attendees
- /
- React.js
- React Router
- React Bootstrap
- Formik
- Yup
- Axios
- Visual Paradigm Online for UML Diagrams