Skip to content

Mohammed-Taysser/dynamic-task

Repository files navigation

Dynamics Task

React.js task based on a Contacts API with auth credentials

demo

Pages 📃

Page Path
Contacts /
404 *
Sign In /login
Sign Up /register

Features 🎮

  • Modern and responsive layout
  • Written in TypeScript with predictable static types.
  • Use Redux with redux-toolkit Store
  • Lint using Eslint
  • Minimal need for any custom CSS.

Get Start 🚀

These instructions will help you set up and run the project on your local machine for development and testing purposes.

Prerequisites

Make sure you have the following software installed on your system:

  • Node.js (v14 or higher)
  • npm (v6 or higher)

Using Git (recommended)

# clone it with git version control:
git clone https://github.com/Mohammed-Taysser/dynamic-task.git

# change directory:
cd dynamic-task

# Install dependencies:
npm install

Using manual download ZIP

  1. Download repository from Here
  2. Uncompressed to your desired directory

Available Scripts 🤖

Development

# To start the development server:
# The application will be available at
# http://localhost:5173/dynamic-task
npm run dev

Linting

# To run ESLint for code linting:
npm run lint

Deployment

# To deploy the project to GitHub Pages:
npm run deploy

Built With 🧰

Resources ☁️

Screenshots

404

contacts

login

register

Contribution 🖐️

  • Fork it!
  • Create your feature branch: git checkout -b feature-name
  • Commit your changes: git commit -am 'Some commit message'
  • Push to the branch: git push origin feature-name
  • Submit a pull request 😉

License 📜

MIT © Mohammed Taysser

About

React.js task based on a Contacts API with auth credentials

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published