This is a React application built with TypeScript and styled using TailwindCSS. The app fetches and displays data and is deployed on Vercel.
You can view the live version of the app here: Deployed App on Vercel
Follow these instructions to set up and run the project locally.
Make sure you have the following installed on your system:
- Clone the repository:
git clone https://github.com/psachan04/real-react.git
- Open the repository in VSCode.
- Create or edit the
README.md
file in the root directory. - Copy the template above and modify it as needed.
- Save the file.
- Commit and push the changes:
git add README.md git commit -m "Add README with instructions and app link" git push origin main