Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nomandhoni-cs/chroma-course
This one of my front end React based project about course selling website.
https://github.com/nomandhoni-cs/chroma-course
bootstrap firebase firebase-auth javascript react react-router
Last synced: 3 months ago
JSON representation
This one of my front end React based project about course selling website.
- Host: GitHub
- URL: https://github.com/nomandhoni-cs/chroma-course
- Owner: nomandhoni-cs
- Created: 2022-11-01T13:44:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T20:33:08.000Z (10 months ago)
- Last Synced: 2024-10-07T03:21:17.939Z (4 months ago)
- Topics: bootstrap, firebase, firebase-auth, javascript, react, react-router
- Language: JavaScript
- Homepage: https://chroma-course.netlify.app
- Size: 1.04 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chroma Course
This one of my front end React based project about course selling website.
![image](https://github.com/nomandhoni-cs/chroma-course/assets/92979541/5001887f-ac3d-4e9d-b320-7e55efdd0362)
# Chroma Course FAQ Section
This project is a part of the Chroma Course website, an online learning community with thousands of classes for creative and curious people. The FAQ section is designed to answer common questions about Chroma Course, such as what it is, what you can learn from it, and whether you can teach on it.
The FAQ section is implemented in React and uses the `Disclosure` component from Headless UI for the FAQ items. Each FAQ item consists of a question and an answer, which are defined in an array of objects. The `Disclosure.Button` displays the question, and the `Disclosure.Panel` displays the answer when the button is clicked.
## Project Setup
This project was bootstrapped with Create React App. You can run the following scripts:
### `npm start`
Runs the app in the development mode. Open http://localhost:3000 to view it in your browser. The page will reload when you make changes. You may also see any lint errors in the console.
### `npm test`
Launches the test runner in the interactive watch mode. See the section about running tests for more information.
### `npm run build`
Builds the app for production to the `build` folder. It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes. Your app is ready to be deployed!
## Contributing
Contributions are welcome! Please feel free to submit a pull request.
## License
This project is licensed under the terms of the MIT license.