Skip to content

A modern, mobile-first landing page template named “REWORK” built with React and Node.js. It features a clean muted color palette (light grey, mauve, slate, forest), responsive layout, and reusable CSS variables to make styling simple and consistent. Perfect as a starting point for remote-work or productivity-themed projects.

Notifications You must be signed in to change notification settings

TechProoo/rework

Repository files navigation

REWORK

A modern, mobile-first landing page built with React and Node.js.
Designed to help organizations showcase remote work and skills programs with a clean, muted color palette.

REWORK Screenshot

🌟 Features

  • Responsive Design – Optimized for mobile, tablet, and desktop.
  • Modern Tech Stack – React for the frontend, Node.js for backend integration.
  • Reusable CSS Variables – Easy to update colors and styles in one place.
  • Clean Aesthetic – Muted light grey, mauve, slate, and forest green palette.
  • Easy Customization – Change content, palette, and branding to match your needs.

🎨 Color Palette

Defined in :root for easy styling:

:root {
  --color-light: #f4f2f3; /* Very light grey */
  --color-mauve: #c0a9bd; /* Mauve */
  --color-slate: #94a7ae; /* Muted slate blue/grey */
  --color-forest: #64766a; /* Muted forest green */
}

🚀 Getting Started Prerequisites

Node.js (v18+ recommended)

npm or Yarn

Installation

Clone the repo:

git clone https://github.com/your-username/rework.git cd rework

Install dependencies:

npm install

or

yarn install

Running Locally

Start the development server:

npm run dev

or

yarn dev

Open http://localhost:3000 to see the landing page.

📂 Project Structure rework/ ├─ public/ # Static assets ├─ src/ │ ├─ components/ # Reusable UI components │ ├─ pages/ # Pages │ ├─ styles/ # Global styles and variables │ └─ App.jsx # Main React app └─ server/ # Node.js backend (optional)

📝 Customization

Edit content in src/pages and src/components to change text/images.

Update :root variables in src/styles/global.css to change the color palette.

Add your own branding, logos, or links as needed.

📜 License

This project is licensed under the MIT License – see the LICENSE file for details.

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to fork the repo and submit a pull request.

✨ About REWORK

REWORK is inspired by the need to connect African talent with global opportunities. It’s a starting point for landing pages promoting remote work, training programs, or tech skill initiatives.

About

A modern, mobile-first landing page template named “REWORK” built with React and Node.js. It features a clean muted color palette (light grey, mauve, slate, forest), responsive layout, and reusable CSS variables to make styling simple and consistent. Perfect as a starting point for remote-work or productivity-themed projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages