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

https://github.com/ilyako/otus-react-speaking-club

A demo project for practicing react router and react redux.
https://github.com/ilyako/otus-react-speaking-club

practice-project react react-bootstrap react-redux react-router

Last synced: 2 months ago
JSON representation

A demo project for practicing react router and react redux.

Awesome Lists containing this project

README

          

# Speaking Club

A practice project for building a platform where users can schedule and manage attendance at speaking club meetings. This project allows users to view upcoming sessions, register or log in, and sign up for available spots.

## Features

- View upcoming speaking club sessions
- Register and log in to the platform
- Sign up for available spots in sessions

## Technologies Used

- [React](https://react.dev/)
- [Redux Toolkit](https://redux-toolkit.js.org/)
- [React Router](https://reactrouter.com/home)
- [React Bootstrap](https://react-bootstrap.netlify.app/)
- [TypeScript](https://www.typescriptlang.org/docs/handbook/react.html)

## Screenshots
### Sessions page
![Sessions screenshot](https://github.com/IlyaKo/otus-react-speaking-club/blob/a510f356b68705b8a692adbe8ecf6969cb5f79fd/screenshots/sessions.png)
### Registration page
![Registration screenshot](https://github.com/IlyaKo/otus-react-speaking-club/blob/a510f356b68705b8a692adbe8ecf6969cb5f79fd/screenshots/registration.png)