A React + Vite + Tailwind + DaisyUI app. Finished
Project 2 of the 'React Front to Back 2022' Udemy course.
React app to search Github profiles. This app uses the Context API with the useContext and useReducer hooks for state management.
Link to app: https://github-finder-react-tw.netlify.app/
Technologies used
- React.js
- TailwindCSS layouts
- DaisyUI library for components
- VSCode
Table of Contents
- This is a udemy course project to learn React concepts.
- Users can type a username in the search bar, and select a profile to view statistics.
- The target learning outcomes are:
- Learn to implement Context API instead of component prop passing
- Practice with context Reducers
- Get a better understanding of React project structure and best practices
- Learn TailwindCSS and style Daisy UI components
- Practice React js
- This project was bootstrapped with [Vite]
- The project has been deployed to Netlify: try it online following the link: https://github-finder-react-tw.netlify.app/
- To Run Locally
- In the project directory, you can run:
npm install
npm run dev
- Open http://localhost:5174/ to view it in your browser.
- Clone Project
npm install
npm run dev
Project is: Finished
Created by [Vasil] - feel free to contact me!