Skip to content

This is a School of Code Challenge for bootcampers to build a working web application using react and nextJS. This web application has a landing page, founders' page and a booking form.

Notifications You must be signed in to change notification settings

chari00/fireplace-palace

Repository files navigation

REACT JAVASCRIPT CSS3


Fireplace Palace

This is a School of Code Challenge for bootcampers to build a working web application using react and nextJs. This web application has a landing page, founders' page and a booking form.

Table of Content


Installation

Clone this repository first, then proceed to package installation and configuration.

Packages and Frameworks installed

React + NextJs

To install React + NextJs: Make sure you have Node.js and npm installed on your machine. You can download and install them from https://nodejs.org/.

Install dependencies: Run the following command to install the project dependencies:

npm install

Start the app: Run the following command to start the development server:

npm run dev

Explore more about react and nextJs and its features in the official documentation: NextJs Documentation.


Configuration

NextJs Configuration File:

In the package.json file in the root of the project. Check if the scripts have the following code:

"scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },

If not, add the code above.


Planning

As we do the planning for the project we focused on tackling one user criteria at a time.

Fist phase

  • Creating a landing page
homepage first-phase

Second phase

  • Adding the founders page
founders second-phase

Third phase

  • Adding a booking form
contact form third-phase

Final phase

  • Validate the booking form

form validation


Deployed_Website_URL


Resources_links

Here are for resources used as guid in building the Fireplace Palace web application.


Feedback

Click this form for feedback and questions.


License

License: MIT .

About

This is a School of Code Challenge for bootcampers to build a working web application using react and nextJS. This web application has a landing page, founders' page and a booking form.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published