Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/strangeal/devchallenge-404-page


https://github.com/strangeal/devchallenge-404-page

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

devChallenge 404 Page


Solution for a challenge from Devchallenges.io.




Demo

|

Solution

|

Challenge


## Table of Contents

- [Overview](#overview)
- [Built With](#built-with)
- [Features](#features)
- [Contact](#contact)
- [Acknowledgements](#acknowledgements)

## Overview

![screenshot](./src/img/404-shot.png)

This is a simple project where i created a beautiful responsive 404 page as my first challenge on (https://devchallenges.io/). I found it fun building this project and one reason why i build this project was to let developers know the importance of adding 404 pages to apps and websites we create for our clients. From my point of veiw i think adding 404 page is important to help users get back to the main or home page of our apps/ website incase they enter an invalid url path and also promotes good user esperience.

### Built With

- [React](https://reactjs.org/)
- CSS

## Features

This application/site was created as a submission to a [DevChallenges](https://devchallenges.io/challenges) challenge. The [challenge](https://devchallenges.io/challenges/wBunSb7FPrIepJZAg0sY) was to build an application to complete the given user stories.

## Acknowledgements

## Get Started

To get the content of this project locally you need to run the following commands in your terminal.

### Prerequisites
- IDE(code editor) like: **Vscode**, **Sublime**, etc.
- [Git](https://www.linode.com/docs/guides/how-to-install-git-on-linux-mac-and-windows/)

### Setup
1. Download the **Zip** file or clone the repo with:
```bash
git clone [email protected]:Strangeal/devchallenge-404-page.git
```
3. To access cloned directory run:
```bash
cd devchallenge-404-page
```
3. Open it with the live server

### Install
> To install project's dependencies run:
```bash
npm install
```

## Contact

- GitHub [@strangeal](https://{github.com/strangeal})
- Twitter [@Str_angeal](https://{twitter.com/Str_angeal})