Browse through GitHub's repositories..
- TypeScript
- ReactJS
- Styled Components
- Axios
- GitHub's API
- ESLint + Prettier
# Clone this repository
- git clone https://github.com/izabela-am/GitHub-Explorer.git
# Enter project directory
- cd GitHub-Explorer
# Install dependencies
- yarn
# Start the server
- yarn start
- yarn start
- yarn build
You don't really have to use this command as CRA configurations are well suited for a small project like this one.
PS.: This is a one way operation so once it's ejected you can't go back
- yarn eject
# Fork this repository
# Create a branch for your features
git checkout -b my-feature
# Commit your changes (and make sure to write a nice commit message!)
git commit -m "My message here"
# Push your branch
git push origin my-feature
This project uses the MIT License.
Built with ❤️ by Izabela