Skip to content

gh-johnny/Feed-Website-React

Repository files navigation

Feed Website in React.js and Ts 🚀🚀

The purpose of this project is to practice react fundamentals like single responsability components, hooks and user interactivity through them

Check the live website here 💻
https://gh-johnny.github.io/Feed-Website-React/


App printscreen

App printscreen App printscreen

Created with vite

Dependencies 📦

  • react (^18.2.0)
    • react-dom (^18.2.0)
  • date-fns (^3.3.1)
  • phosphor-react (^1.4.1)

Dev dependencies 📦

  • vite (^5.0.8)
  • typescript (^5.2.2)

Project setup ⚡

Clone the repo with

git clone https://github.com/gh-johnny/React-fundamentals.git

or

git clone [email protected]:gh-johnny/React-fundamentals.git

or

gh repo clone gh-johnny/React-fundamentals

Use package manager/runner of preference (npm, yarn, pnpm, bun...)
Now enter the project install dependencies, start local server and open it on your browser with

cd Feed-Website-React/ &&
npm install &&
npm run dev