Functionalities | Requirements | Technology | Project | License
Project status: finalized
- Search profile
- Show profile
- Shows an alert if the username is not valid
- Dark mode
- Persisted theme in localStorage
Access: https://agitated-knuth-7c0749.netlify.app
Before you start, you need to have it installed on your computer:
- Git
- Node v14 ou superior
- NPM
# Clone this repository
$ git clone https://github.com/tarcisiodelmondes/github-profile
# Access the project folder in the terminal/cmd
$ cd github-profile
# Install the dependencies
$ npm install
# Start the application in development mode
$ npm run dev
# Run tests
$ npm run test
This project was developed with the following technologies:
- TypeScript
- React
- Next.js
Github Profile is the application that shows data of a github user.
This project is under license from MIT. See the archive LICENSE for more details.
Made with ❤️ by Tarcisio Delmondes