Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

LauraBeatris/codio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Codio

Author Languages Stars Forks Contributors

Git UI made with the GitHub API

Signin


Repositories



๐Ÿ“Œ Table of Contents

๐Ÿš€ Features

  • ๐Ÿงญ Explore repositories
  • ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป See all the data related to the activies of your Github Account

๐Ÿ‘ท Installation

You need to install Node.js and Yarn first, then in order to clone the project via HTTPS, run this command:

git clone https://github.com/LauraBeatris/codio.git

SSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:

git clone git@github.com:LauraBeatris/codio.git

Install dependencies

yarn install

๐Ÿƒ Getting Started

Setting the NODE_ENV environment variable as development, gives you the ability to do API calls with your token. So you'll be able to access more endpoints like user notifications. For that, go to your GitHub Profile Setting and create a token, after that, copy it and put in a environment variable called REACT_APP_GIT_TOKEN

These headers will be included to your requests

    Content-Type: 'application/json',
    Accept: 'application/vnd.github.v3.raw',
    Authorization: `token ${process.env.REACT_APP_GIT_TOKEN}

Run the following command in order to start the application in a development environment:

yarn start

๐Ÿ“ฎ Faq

Question: What are the tecnologies used in this project?

Answer: The tecnologies used in this project are React + Styled Components to handle scoped CSS.

๐Ÿ› Issues

Feel free to file a new issue with a respective title and description on the the Codio repository. If you already found a solution to your problem, i would love to review your pull request! Have a look at our contribution guidelines to find out about the coding standards.

๐ŸŽ‰ Contributing

Check out the contributing page to see the best places to file issues, start discussions and begin contributing.

๐Ÿ“• License

Released in 2019. This project is under the MIT license.

Made with love by Laura Beatris ๐Ÿ’œ๐Ÿš€

About

๐Ÿ‘ฉโ€๐Ÿ’ป git ui application made with reactjs and styled components

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published