A static clone of a Twitter profile page built with React and Material-UI (MUI).
This project showcases my ability to replicate complex UIs and was my first hands-on experience with React, focusing on:
- Component structure and composition
- Styling with Material-UI
- Responsive design principles
Frontend deployed on Vercel:
🔗 https://twitter-clone-mo.vercel.app
This project was bootstrapped with Create React App.
To run the frontend locally:
1️⃣ Clone the repository
git clone https://github.com/Mohammad-Mans/my-note-keeper-frontend
cd your-frontend-repo
2️⃣ Install dependencies
npm install
3️⃣ Start the development server
npm start
This runs the app in development mode. Open http://localhost:3000 to view it in the browser.
In the project directory, you can run:
-
npm start → Runs the app in development mode.
-
npm test → Launches the test runner in interactive watch mode.
-
npm run build → Builds the app for production.
-
npm run eject → Ejects the app (use with caution).
For more details, check the Create React App documentation.
Special thanks to Foothill Technology Solutions for the opportunity to work on this project during my internship. The experience and knowledge gained have been invaluable.
Feel free to open issues or submit pull requests if you have improvements or bug fixes!