Table of Contents
Definitely still a work in progress! I learned a ton on this project: honing my React skills and understanding the best way to separate out my components, utilizing local storage, and experimenting with CSS-in-JS. I actually really like CSS-in-JS solutions, surprisingly. I thought they'd clutter up each component, but it actually makes it really easy to keep track of which styles are applied to which components or HTML elements. I really liked styled-components but I was having a tough time getting it to work with Material UI, so I went with Emotion.
In the future I'm planning on adding:
- React.js
- Material UI
- Emotion JS
- CSS FlexBox/Grid
-
npm
npm install npm@latest -g
-
emotion JS
npm install --save @emotion/react
npm install --save @emotion/styled
-
Material UI
npm install @mui/material
- Clone the repo
git clone https://rboz1.github.io/book_tracker/
- Install NPM packages
npm install
- Run the project
npm start
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Rachel Bozadjian - [email protected]
Project Link: https://rboz1.github.io/book_tracker/