Author: Dominique Hosea
Date: December 2020
A beginner-friendly and stylish front-end framework for easier web development.
See Docs:
This application was developed with React, and styling was done with SASS/SCSS and CSS.
- React (R): A client-side framework for building user interfaces.
Dependencies used:
- SASS/SCSS: A preprocessor scripting language that is interpreted or compiled into Cascading Style Sheets (CSS).
To get started with this project, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/HoseaCodes/ui-library.git
-
Navigate to the project directory:
cd ui-library
-
Install the project dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and visit http://localhost:3000 to see the application in action.
Explain the data structure or organization of your project if it's relevant.
List any known issues or problems that are yet to be resolved.
Here are some future enhancements planned for this project:
- Implement Light and Dark Mode across the entire application.
- Create a Button Component with detailed documentation on how to implement it effectively.
Feel free to contribute to the project by opening issues or submitting pull requests. Your feedback and contributions are highly appreciated!
This project is licensed under the MIT License.